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: Java TC Raw Meeting Minutes - 21st June 2010



Agenda:

1. Roll call

2. Confirm minute taker
Derek Dougans (0)
Graham Charters IBM (5)
Yang Lei IBM (11)
Plamen Pavlov SAP AG (3)
Mike Edwards IBM (18 )
Bryan Aupperle IBM (23)
Martin Chapman Oracle Corporation (17)
Anish Karmarkar Oracle Corporation (17)
Ashok Malhotra Oracle Corporation (20)

3. Agenda bashing

4. Meeting Minutes
Vote to accept minutes from June 14 2010
- http://www.oasis-open.org/committees/download.php/38263/SCA%20Java%20Minutes%202010-06-14.doc

5. TC Administrivia:
a. Recording issue status - 7 open

6. ACTION ITEMS:
a. 2009-07-17-01: Mike to create an example of the componentType introspection (JAVA-5
b. 2010-02-01-04: Mike to look at JAVA-182 and prepare a CD draft for Spring C&I
c. 2010-02-22-02: Mike to raise the necessary issue for @Remotable annotation on (Related to recent Assembly-218 discussions)
d. 2010-04-12-01: Dave B to check availability of an appropriate runtime supporting the EJB Binding
e. 2010-05-10-01: Mark to produce updated map for POJO Test Cases
f. 2010-06-14-01: Anish to provide proposal for Issue JAVA-182

7. New Issues (requires 2/3)
a. None

9. Issues waiting for updated proposals (Spring/EJB/JEE)
a. JAVA-109: Property and reference names computed from SCA annotations in web modules not specified explicitly
http://www.osoa.org/jira/browse/JAVA-109
Proposal in Jira
Waiting for updated proposal (Vamsi)

b. JAVA-182: SCA Spring C & I specs needs to refactor text under abstract and introduction
http://www.osoa.org/jira/browse/JAVA-182
No proposal (Ram)

c. JAVA-174: Consider portlets in the SCA JEE specification
http://www.osoa.org/jira/browse/JAVA-174

d. JAVA-91: Java EE Spec: Need to define the derivation of the name of a component contributed to the Domain by an application.composite file
http://www.osoa.org/jira/browse/JAVA-91
Waiting for updated proposal (Mike)

e. JAVA-93: JEE Integration spec needs to define how effective CT is calculated
http://www.osoa.org/jira/browse/JAVA-93
Waiting for updated proposal (Anish)

f. JAVA-108: RFC2119 Language is needed for the SCA-JEE Specification
http://www.osoa.org/jira/browse/JAVA-108
Waiting for updated proposal

g. JAVA-88: Java EE Spec: The @archive attribute of the implementation.jee element needs fixing
http://www.osoa.org/jira/browse/JAVA-88
No proposal
Plamen to check whether on his informal JEE issues list

10. Test Suite Discussion
http://lists.oasis-open.org/archives/sca-j/201006/msg00025.html

a. Updated CAA Test Assertions
http://www.oasis-open.org/committees/download.php/38366/sca-j-caa-1.1-test-assertions-wd11.pdf
http://www.oasis-open.org/committees/download.php/38367/sca-j-caa-1.1-test-assertions-wd11.odt

b. Updated CAA testcases
http://www.oasis-open.org/committees/download.php/38364/sca-j-caa-1.1-testcases-wd12.pdf
http://www.oasis-open.org/committees/download.php/38365/sca-j-caa-1.1-testcases-wd12.odt

11. AOB
a. straggler roll

Scribe: Mike Edwards

Item 3 Agenda Bashing
Bryan: In TC Admin we should discuss cancelling 5th July call
MartinC: the most important day is the 3rd - last day of british rule.
That's the day that we celebrate  
Meeting of 5th July is cancelled

Item 5 TC Administrivia
7 open issues - but not relevant to current work

Item 6 Action Items
a. 2009-07-17-01: Mike to create an example of the componentType introspection (JAVA-5
b. 2010-02-01-04: Mike to look at JAVA-182 and prepare a CD draft for Spring C&I
c. 2010-02-22-02: Mike to raise the necessary issue for @Remotable annotation on (Related to recent Assembly-218 discussions)
d. 2010-04-12-01: Dave B to check availability of an appropriate runtime supporting the EJB Binding
e. 2010-05-10-01: Mark to produce updated map for POJO Test Cases
f. 2010-06-14-01: Anish to provide proposal for Issue JAVA-182
Reassign 2010-05-10-01: to Dave
All items outstanding

Item 10 Test Suite Discussions
http://lists.oasis-open.org/archives/sca-j/201006/msg00025.html

a. Updated CAA Test Assertions
http://www.oasis-open.org/committees/download.php/38366/sca-j-caa-1.1-test-assertions-wd11.pdf
http://www.oasis-open.org/committees/download.php/38367/sca-j-caa-1.1-test-assertions-wd11.odt

b. Updated CAA testcases
http://www.oasis-open.org/committees/download.php/38364/sca-j-caa-1.1-testcases-wd12.pdf
http://www.oasis-open.org/committees/download.php/38365/sca-j-caa-1.1-testcases-wd12.odt
Artifacts repository:
http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases/#_TestCases_
Dave Booz: Mike reviewing testcases in section 4 and 7
Dave Booz: reviewing section 9 testcases (mostly API testing)

Here is Service1CCgetServiceRefenceImpl.java class:
http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases/JCA_General_POJO/src/main/java/org/oasisopen/sca/test/Service1CCgetServiceReferenceImpl.java
Dave Booz: Mike describes the pattern of API tests which aggregates many different API usages into one testcase, see the Java class above for the pattern

Dave Booz: Testcase 9007:
Bryan Aupperle: When a contribution is installed, all artifacts within the contribution are assigned URIs, which are constructed by starting with the base URI of the contribution and adding the relative URI of each artifact


Bryan Aupperle: An installed contribution is made up of the following things:
Contribution Packaging  the contribution that will be used as the starting point for resolving all references
Contribution base URI
Dave Booz: Bryan is concerned that the URI expected by the testcase is not the one that assembly says should be returned
Mike: What is meant here in the Java spec is not the artifact URI described by section 10, but is rather the Structural URI as described in Section 8 of Assembly: 5.8 Structural URI of Components

Testcase 9015 has stuff that is concerned with which thread is being used
http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases/JCA_General_POJO/src/main/java/org/oasisopen/sca/test/Service1RCgetServiceNameImpl.java
Note that this spins off a second thread using the java.util.concurrent APIs, and this is used to perform invocations of APIs from a thread that is not processing a service request or
a callback request.


COB
Next meeting 28 June

Yours,  Mike.

Strategist - Emerging Technologies, SCA & SDO.
Co Chair OASIS SCA Assembly TC.
IBM Hursley Park, Mail Point 146, Winchester, SO21 2JN, Great Britain.
Phone & FAX: +44-1962-818014    Mobile: +44-7802-467431  
Email:  mike_edwards@uk.ibm.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU








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