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: ISSUE 111: Proposed resolution


The following line numbers refer to sca-javacaa-1.1-spec-cd01-rev2.pdf.

1. Delete line 1044.

2. Delete lines 1049 through 1052.

3. Replace line 1062 by:
    public HelloServiceImpl (@Property(name="someProperty") String someProperty) {

4. Replace lines 1344 through 1345 by ". name (optional) - the name of
    the property.  For a field annotation, the default is the name of the
    field of the Java class.  For a setter method annotation, the default
    is the JavaBeans property name corresponding to the setter method
    name.  For a constructor parameter annotation, there is no default
    and the name attribute MUST be present."

5. Replace lines 1441 through 1442 by ". name (optional) - the name of
    the reference.  For a field annotation, the default is the name of the
    field of the Java class.  For a setter method annotation, the default
    is the JavaBeans property name corresponding to the setter method
    name.  For a constructor parameter annotation, there is no default
    and the name attribute MUST be present."

6. Replace line 1453 by:
    public void setStockQuote( StockQuoteService theSQService ) {
        ....
    }



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