You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Mike Edwards (JIRA)" <de...@tuscany.apache.org> on 2011/01/07 13:51:45 UTC

[jira] Resolved: (TUSCANY-3813) Tuscany fails OASIS Java CAA testcase 10035 - permits @Callback on a Field / Method of a class marked @Scope(COMPOSITE)

     [ https://issues.apache.org/jira/browse/TUSCANY-3813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Edwards resolved TUSCANY-3813.
-----------------------------------

    Resolution: Fixed

Fix to the ServiceProcessor class in implementation-java introspect.impl package, which checks that @Callback is not used when the class is annotated with @Scope(COMPOSITE)

> Tuscany fails OASIS Java CAA testcase 10035 - permits @Callback on a Field / Method of a class marked @Scope(COMPOSITE)
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3813
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3813
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - TUSCANY
>    Affects Versions: Java-SCA-2.0-M5
>            Reporter: Mike Edwards
>            Assignee: Mike Edwards
>            Priority: Minor
>             Fix For: Java-SCA-2.0
>
>
> Tuscany fails the OASIS compliance testcase JAVA-CAA 10035.
> This testcase checks whether a class marked with @Scope(COMPOSITE) is reported as being in error if a Field or a Method of the class is annotated with @Callback.
> Currently Tuscany fails this testcase, since the code in the Java implementation introspector does not check for these cases.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.