Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Java-SCA-2.0-M5
-
None
Description
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.