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

[jira] Assigned: (TUSCANY-2135) Intent marked on service not passed on to the reference created for the callback

     [ https://issues.apache.org/jira/browse/TUSCANY-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkatakrishnan reassigned TUSCANY-2135:
----------------------------------------

    Assignee: Venkatakrishnan

> Intent marked on service not passed on to the reference created for the callback
> --------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2135
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2135
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Assembly Model, Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.2, Java-SCA-Next
>            Reporter: Vamsavardhana Reddy
>            Assignee: Venkatakrishnan
>             Fix For: Java-SCA-Next
>
>
> I have deployed a service using the following composite:
> <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 that the service -> requiredIntents list contains "sca:conversational", whereas the reference created for the callback does not containt this intent.

-- 
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