Qualified intents marked as mutually exclusive don't seem to be processed as
such by the Tuscany runtime
--------------------------------------------------------------------------------------------------------
Key: TUSCANY-3647
URL: https://issues.apache.org/jira/browse/TUSCANY-3647
Project: Tuscany
Issue Type: Bug
Components: Java SCA Policy
Affects Versions: Java-SCA-2.0-M5
Environment: All
Reporter: Simon Laws
JCI_8030 relies on qualified intents being mutually exclusive as follows...
<sca:intent name="SOAP" constrains="sca:binding"
intentType="interaction" mutuallyExclusive="true">
<sca:description>
Specifies that the SOAP messaging model is used for delivering
messages.
</sca:description>
<sca:qualifier name="v1_1" default="true"/>
<sca:qualifier name="v1_2"/>
</sca:intent>
However the Tuscany runtime creates an intent model where the resulting
qualified intents have no exclusive intents registered.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.