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: Problems with the Java CAA CD04 spec



Folks,

I've spotted some editorial problems with the SCA Asynchronous Service mapping description in the CAA CD04 spec.

Lines 745 and 755 have method parameters that have a type declared but no formal parameter name.

        Future<?> getPriceAsync(String ticker, AsyncHandler<Float>);

should be...

        Future<?> getPriceAsync(String ticker, AsyncHandler<Float>) handler ) ;

and

void getPriceAsync(String ticker, ResponseDispatch<Float>);

should be...

void getPriceAsync(String ticker, ResponseDispatch<Float> response );


Since these are examples with no normative implications, I suggest that these are treated as editorial corrections and that
the CD04 is simply updated to fix the problems.


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]