You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Vamsavardhana Reddy (JIRA)" <tu...@ws.apache.org> on 2008/03/25 11:37:25 UTC

[jira] Created: (TUSCANY-2134) CallbackImpl has duplicate intent values when an intent is specified on service

CallbackImpl has duplicate intent values when an intent is specified on service
-------------------------------------------------------------------------------

                 Key: TUSCANY-2134
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2134
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Assembly Model
    Affects Versions: Java-SCA-Next
            Reporter: Vamsavardhana Reddy
            Priority: Minor
             Fix For: Java-SCA-Next


I am using the following composite to deploy a conversational service.

<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
    xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
    targetNamespace="http://conversations"
    name="MyTest">
 
    <component name="MyConvServiceComponent">
        <implementation.java class="org.apache.tuscany.sca.mytest.MyConvServiceImpl"/>
        <service name="MyConvService" requires="sca:conversational">
            <interface.java interface="org.apache.tuscany.sca.mytest.MyConvService"
                            callbackInterface="org.apache.tuscany.sca.mytest.MyConvCallback"/>
            <binding.ws/>
            <callback>
                <binding.ws/>
            </callback>
        </service>
    </component>
 </composite>
 
I notice in the debugger that the service -> callback -> requiredIntents list has duplicate values.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Assigned: (TUSCANY-2134) CallbackImpl has duplicate intent values when an intent is specified on service

Posted by "Venkatakrishnan (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkatakrishnan reassigned TUSCANY-2134:
----------------------------------------

    Assignee: Venkatakrishnan

> CallbackImpl has duplicate intent values when an intent is specified on service
> -------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2134
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2134
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Assembly Model
>    Affects Versions: Java-SCA-Next
>            Reporter: Vamsavardhana Reddy
>            Assignee: Venkatakrishnan
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> I am using the following composite to deploy a conversational service.
> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
>     xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
>     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
>     targetNamespace="http://conversations"
>     name="MyTest">
>  
>     <component name="MyConvServiceComponent">
>         <implementation.java class="org.apache.tuscany.sca.mytest.MyConvServiceImpl"/>
>         <service name="MyConvService" requires="sca:conversational">
>             <interface.java interface="org.apache.tuscany.sca.mytest.MyConvService"
>                             callbackInterface="org.apache.tuscany.sca.mytest.MyConvCallback"/>
>             <binding.ws/>
>             <callback>
>                 <binding.ws/>
>             </callback>
>         </service>
>     </component>
>  </composite>
>  
> I notice in the debugger that the service -> callback -> requiredIntents list has duplicate values.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-2134) CallbackImpl has duplicate intent values when an intent is specified on service

Posted by "Venkatakrishnan (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkatakrishnan resolved TUSCANY-2134.
--------------------------------------

    Resolution: Fixed

Fixed in r641896.  Thanks for catching this.  Although fixed for now, I have started a discussion on the mailing list to understand how much sense it would really make to inherit the service's intents onto the callbacks.  

> CallbackImpl has duplicate intent values when an intent is specified on service
> -------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2134
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2134
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Assembly Model
>    Affects Versions: Java-SCA-Next
>            Reporter: Vamsavardhana Reddy
>            Assignee: Venkatakrishnan
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> I am using the following composite to deploy a conversational service.
> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
>     xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
>     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
>     targetNamespace="http://conversations"
>     name="MyTest">
>  
>     <component name="MyConvServiceComponent">
>         <implementation.java class="org.apache.tuscany.sca.mytest.MyConvServiceImpl"/>
>         <service name="MyConvService" requires="sca:conversational">
>             <interface.java interface="org.apache.tuscany.sca.mytest.MyConvService"
>                             callbackInterface="org.apache.tuscany.sca.mytest.MyConvCallback"/>
>             <binding.ws/>
>             <callback>
>                 <binding.ws/>
>             </callback>
>         </service>
>     </component>
>  </composite>
>  
> I notice in the debugger that the service -> callback -> requiredIntents list has duplicate values.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-2134) CallbackImpl has duplicate intent values when an intent is specified on service

Posted by "Vamsavardhana Reddy (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vamsavardhana Reddy closed TUSCANY-2134.
----------------------------------------


> CallbackImpl has duplicate intent values when an intent is specified on service
> -------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2134
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2134
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Assembly Model
>    Affects Versions: Java-SCA-Next
>            Reporter: Vamsavardhana Reddy
>            Assignee: Venkatakrishnan
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> I am using the following composite to deploy a conversational service.
> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
>     xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
>     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
>     targetNamespace="http://conversations"
>     name="MyTest">
>  
>     <component name="MyConvServiceComponent">
>         <implementation.java class="org.apache.tuscany.sca.mytest.MyConvServiceImpl"/>
>         <service name="MyConvService" requires="sca:conversational">
>             <interface.java interface="org.apache.tuscany.sca.mytest.MyConvService"
>                             callbackInterface="org.apache.tuscany.sca.mytest.MyConvCallback"/>
>             <binding.ws/>
>             <callback>
>                 <binding.ws/>
>             </callback>
>         </service>
>     </component>
>  </composite>
>  
> I notice in the debugger that the service -> callback -> requiredIntents list has duplicate values.

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