Tuscany runs a component where a Component Service has an interface that is
incompatible with the interface on the implementation service
-----------------------------------------------------------------------------------------------------------------------------------------
Key: TUSCANY-3036
URL: https://issues.apache.org/jira/browse/TUSCANY-3036
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core Runtime
Affects Versions: Java-SCA-2.0
Reporter: Mike Edwards
Assignee: Mike Edwards
Fix For: Java-SCA-2.0
Running OASIS SCA Assembly testcase ASM_12008_TestCase, this has a component
with a <service/> <interface/> that is incompatible with the <interface/> on
the matching <service/> of the <implementation/> of the component.
This should cause the SCA runtime to raise an error and reject the composite
containing the component in error.
However, Tuscany runs the composite and the component, which then fails when a
client attempts to invoke an operation on the service offered by the component.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.