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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]