Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-2.0-M3
-
None
-
all
Description
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>