OASIS fixes required to make ASM_5034 work - multiple bindings with no name
---------------------------------------------------------------------------

                 Key: TUSCANY-3328
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3328
             Project: Tuscany
          Issue Type: Bug
          Components: OASIS Compliance - OASIS
    Affects Versions: Java-SCA-2.0-M3
         Environment: all
            Reporter: Simon Laws
             Fix For: Java-SCA-2.0-M4


test defines multiple bindings with no names

Index: Test_ASM_5034.composite
===================================================================
--- Test_ASM_5034.composite     (revision 372)
+++ Test_ASM_5034.composite     (working copy)
@@ -33,8 +33,8 @@
         <property name="serviceName">service1</property>
         <reference name="Reference1">
                <interface.wsdl 
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
-               <binding.sca uri="TestComponent2/Service1"/>
-               <binding.ws uri="http://localhost:8080/TestComponent2"/>
+               <binding.sca name="binding1" uri="TestComponent2/Service1"/>
+               <binding.ws name="binding2" 
uri="http://localhost:8080/TestComponent2/Service1/binding4"/>
         </reference>
     </component> 
@@ -43,8 +43,8 @@
                <implementation.composite name="test:TestComposite1"/>
         <service name="Service1">
                <interface.wsdl 
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
-               <binding.sca/>
-                   <binding.ws/>
+               <binding.sca name="binding3"/>
+                   <binding.ws name="binding4"/>
         </service>
         <property name="serviceName">service2</property>
     </component>

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

Reply via email to