You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2010/08/09 12:29:17 UTC

[jira] Created: (TUSCANY-3647) Qualified intents marked as mutually exclusive don't seem to be processed as such by the Tuscany runtime

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.


[jira] Assigned: (TUSCANY-3647) Qualified intents marked as mutually exclusive don't seem to be processed as such by the Tuscany runtime

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws reassigned TUSCANY-3647:
-----------------------------------

    Assignee: Simon Laws

> 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
>            Assignee: 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.


[jira] Resolved: (TUSCANY-3647) Qualified intents marked as mutually exclusive don't seem to be processed as such by the Tuscany runtime

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-3647.
---------------------------------

    Fix Version/s: Java-SCA-2.0
       Resolution: Fixed

> 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
>            Assignee: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> 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.