← Prev in month ← Prev in thread
Next in thread → Next in month →

Problems with the Java CAA CD04 spec

From
Mike Edwards <>
Date
2010-02-24T10:03:14+00:00
ID
Thread
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:  

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
← Prev in month ← Prev in thread
Next in thread → Next in month →