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: Incorrect description of @Scope annotation default


TARGET: Java Common Annotations and APIs, WD 04, section 8.17

DESCRIPTION: Incorrect description of @Scope annotation default

On line 1630, the default scope is not always STATELESS.  If the
implementation offers an @Conversational service, its default
scope is CONVERSATION (see line 171).

PROPOSAL:

Remove lines 1630 through 1632.  After line 1638, insert the
text "The default value is STATELESS, except for an implementation
offering a @Conversational service, which has a default scope of
CONVERSATION.  See section 2.2 for more details of the SCA-defined
scopes."




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