OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-j message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Formatted minutes of 2011-07-18 telcon


Attached.
Thanks to Mike for scribing.

-Anish
--
Title: SCA-J - 2011-07-18

OASIS Logo

- DRAFT -

OASIS SCA-J TC

18 JUL 2011

Attendees

Present
Bryan Aupperle, (IBM)
Dave Booz, (IBM)
Mike Edwards, (IBM)
Martin Chapman, (Oracle Corporation)
Anish Karmarkar, (Oracle Corporation)
Plamen Pavlov, (SAP AG)
Chair
Anish Karmarkar & Dave Booz
Scribe
Mike Edwards
Agenda:
http://lists.oasis-open.org/archives/sca-j/201107/msg00009.html

Contents

Topics
[1]  Agenda Bashing
[2]  Meeting Minutes
[3]  TC Administrivia
[4]  Action Items
[5]  New Issues 243
[6]  issue 240
[7]  Issue 242
[8]  issue 243
Table of Resolutions
Table of Action Items

Action Items

New:
2011-07-18-1: Mike Edwards to update the SVN and the associated ZIP file with the changes from JAVA-243 & JAVA-242

Resolutions


Minutes

<Mike Edwards>
1. Roll call
2. Scribe appointment
Scribe list attached below
3. Agenda bashing
4. Meeting Minutes
a) Minutes of 2011-07-11 telcon:
http://lists.oasis-open.org/archives/sca-j/201107/msg00006.html
5. TC Administrivia
a. Recording issue status - 8 open, 0 new
b. Status of Spring C&I spec: 30-days PR started. Ends 2011-07-29
6. ACTION ITEMS
2011-05-23-1: Anish to send a request to the SCA-Assembly TC wrt updating the RDDL and the XSD for spring CI
DONE
2011-07-11-1: Mike to determine if JCA80054 can also be deleted
7. New Issues (requires 2/3)
NONE
8. Issues with proposals
a) Issue 240
Normative statements JCA90024 through JCA90039 are all based on optional function
http://osoa.org/jira/browse/JAVA-240
b) Issue 242
Normative statement JCA80052 is redundant
http://osoa.org/jira/browse/JAVA-242
Waiting on Mike's AI
9. Planning for PR of various specs
a) CAA spec: apply issue 233 (DONE - WD051)
b) CAA TA: apply issue 235, apply issue 232 (merged with TC)
c) CAA TC: apply issues 215? & 234 (DONE - cd01-rev3)
d) POJO spec: DONE (WD031)
e) POJO TA: apply issue 236 (merged with TC)
f) POJO TC: apply issue 222, ref udpate(?) (DONE - WD012)
g) Spring: DONE
h) Spring TC: WD ready, need tests
10. AOB
<anish>
5 of 6 VM present. 83%. Meeting is quorate

Scribe: Mike Edwards

Agenda Bashing

Anish:
Mike Edwards filed a new issue - JAVA-243 - let's add that under Item 7

Meeting Minutes

 
Minutes of 11 July
 
Minutes are approved without change
Resolution: Minutes of 2011-07-11 located at http://lists.oasis-open.org/archives/sca-j/201107/msg00006.html approved

TC Administrivia

 
9 open 1 new issue
 
30 day PR of Spring Implementation spec ends 29 July 2011

Action Items

 
2011-05-23-1: Anish to send a request to the SCA-Assembly TC wrt updating the RDDL and the XSD for spring CI
DONE
 
(Done since Assembly TC already includes the Spring XSD)
 
2011-07-11-1: Mike to determine if JCA80054 can also be deleted
 
DONE: The statement can be deleted

New Issues 243

<anish>
 
JAVA-243: Problems with Java Client API classes
<anish>
Problems with Java Client API classes
 
Mike reviews the problems with the Client API described in the Issue
 
Mike moves to open Issue 243
 
Bryan seconds
 
Motion passes unanimously
Resolution: Issue 243 is open

issue 240

 
Issue 240
Normative statements JCA90024 through JCA90039 are all based on optional function
http://osoa.org/jira/browse/JAVA-240
 
Anish discusses the debate from the previous meeting - that there are not the necessary implementations of the optional function
 
Anish originally wanted to retain these optional statements, but this is clearly problematic if there are no implementations
 
The proposal to resolve the issue is here
 
 
section 10.24.1
 
Mike moves to resolve Issue Java-240 with the proposal contained in http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/42595/sca-javacaa-1.1-spec-wd051.doc
 
Bryan seconds
 
NB: WD051 contains proposals for both JAVA-240 & JAVA-242
 
WD240 content is in section 10.24.1
 
JAVA240 content
 
Motion passes unanimously
Resolution: Issue 240 is resolved with proposal at http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/42595/sca-javacaa-1.1-spec-wd051.doc (section 10.24.1)

Issue 242

 
Normative statement JCA80052 is redundant
http://osoa.org/jira/browse/JAVA-242
Waiting on Mike's AI
 
Mike: We remove JCA80054
 
Revised document with this change:
 
 
 
change is around line 2007 in the PDF
 
Mike Edwards moves to resolve JAVA-242 with the proposal contained in http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/42912/sca-javacaa-1.1-spec-wd052.pdf
 
Section 9.9 of this document
 
Bryan seconds
 
Motion passes unanimously
Resolution: Issue 242 is resolved with proposal at http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/42913/sca-javacaa-1.1-spec-wd052.doc (section 9.9)

issue 243

 
 
JAVA-243: Problems with Java Client API classes
 
 
All in section B.1.3
 
Problem #1 - ThreadContextClassLoader
 
getThreadContextClassLoader () method
 
- inside doPrivileged
 
return AccessController.doPrivileged(
new PrivilegedAction<ClassLoader>() {
public ClassLoader run() {
return Thread.currentThread().getContextClassLoader();
}
});
 
Problem #2 - allow null domainURI
 
in the instantiateSCAClientFactoryClass(...) method
 
...factoryImplClass.getConstructor
 
factoryImplClass.getConstructor(URI.class,
 
changing the class to URI.class rather than the class of the passed paramter - allows the parameter to be null without error,
 
Problem #3 Properties parameter not passed to the actual Factory class
 
1) add properties parameter on the method:
 
instantiateSCAClientFactoryClass(
Class<? extends SCAClientFactory> factoryImplClass,
URI domainURI, Properties properties)
 
then find the Constructor of the factoryImplementation class that has the Properties parameter:
 
Constructor<? extends SCAClientFactory> URIConstructor =
factoryImplClass.getConstructor(URI.class, Properties.class);
 
& then pass the parameter to the constructor
 
SCAClientFactory provider =
URIConstructor.newInstance( domainURI, properties );
 
final change is in the find(...) method:
 
final SCAClientFactory factory =
instantiateSCAClientFactoryClass(factoryImplClass,
domainURI, properties );
 
+ add properties parameter
Anish:
has the class in the ZIP file been updated yet?
 
Mike: not yet
 
Mike moves to resolve Issue 243 with the proposal contained in WD052 http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/42912/sca-javacaa-1.1-spec-wd052.pdf
 
Section B.1.3
 
Dave seconds
 
Motion passes unanimously
Resolution: issue 243 is resolved with proposal in http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/42912/sca-javacaa-1.1-spec-wd052.pdf
Action: Mike Edwards to update the SVN and the associated ZIP file with the changes from JAVA-243 & JAVA-242
 
AOB
 
COB

[End of Minutes]
Formatted on 2011-07-24 at 21:46:25 GMT-7


Minutes formatted by Schreiber, a collection of XSLT stylesheets by Bob Freund modeled after David Booth's scribe

Schreiber diagnostics output

[Delete this section before publishing the minutes]

final validation: Title not specified, default title 'OASIS SCA-J TC...' was assumed

final validation: Chair not specified, default chair 'Anish Karmarkar & Dave Booz' was assumed

citation-detection-scribed: Line 76: Check for possible unrecognized nick '2011-05-23-1'

citation-detection-scribed: Line 81: Check for possible unrecognized nick '2011-07-11-1'

citation-detection-scribed: Line 83: Check for possible unrecognized nick 'DONE'

citation-detection-scribed: Line 89: Check for possible unrecognized nick 'JAVA-243'

citation-detection-scribed: Line 139: Check for possible unrecognized nick 'Mike'

citation-detection-scribed: Line 162: Check for possible unrecognized nick 'JAVA-243'

citation-detection-scribed: Line 219: Check for possible unrecognized nick 'Mike'

statistics: Schreiber found 143 input lines

edits: Schreiber found no text-edit commands

citation-detection-irc1: Line 10: Check for possible unrecognized nick 'http'

citation-detection-irc1: Line 18: Check for possible unrecognized nick '2011-05-23-1'

citation-detection-irc1: Line 21: Check for possible unrecognized nick '2011-07-11-1'

citation-detection-irc1: Line 29: Check for possible unrecognized nick 'http'

citation-detection-irc1: Line 33: Check for possible unrecognized nick 'http'

citation-detection-irc1: Line 37: Check for possible unrecognized nick 'a) CAA spec'

citation-detection-irc1: Line 38: Check for possible unrecognized nick 'b) CAA TA'

citation-detection-irc1: Line 39: Check for possible unrecognized nick 'c) CAA TC'

citation-detection-irc1: Line 40: Check for possible unrecognized nick 'd) POJO spec'

citation-detection-irc1: Line 41: Check for possible unrecognized nick 'e) POJO TA'

citation-detection-irc1: Line 42: Check for possible unrecognized nick 'f) POJO TC'

citation-detection-irc1: Line 43: Check for possible unrecognized nick 'g) Spring'

citation-detection-irc1: Line 44: Check for possible unrecognized nick 'h) Spring TC'

command-scribe: Line 54: Mike Edwards recognized

command-scribe: Schreiber detected that this section was scribed online

citation-detection-irc1: Line 107: Check for possible unrecognized nick 'http'

citation-detection-irc1: Line 136: Check for possible unrecognized nick 'http'

system: Transformer: SAXON 9.0.0.2

[End of Schreiber diagnostic output]



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]