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: NEW ISSUE: Inconsistent description of @Callback annotation


DESCRIPTION:
sca-javacaa-1.1-spec-WD-01-1.doc:

Sec 6.7 - Line 381-385

Callbacks can be used for both remotable and local services.  Either both
interfaces of a bidirectional service MUST be remotable, or both MUST be
local.  It is illegal to mix the two.  There are two basic forms of
callbacks: stateless callbacks and stateful callbacks.


A callback interface is declared by using the @Callback annotation on a
remotable service interface, which takes the Java Class object of the
interface as a parameter.


Sec 8.2 - Lines 900-901

The @Callback annotation is used to annotate a remotable service interface
with a callback interface, which takes the Java Class object of the
callback interface as a parameter.



http://www.osoa.org/jira/browse/JAVA-29 seems to have raised this issue,
but only talks about the inconsitency in sec 6.7.  It does not point to the
inconsistency in section 8.2.

PROPOSAL: Remove the word "remotable" from line 900.



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