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

Reply via email to