OASIS fixes required to make ASM_6033 work
------------------------------------------
Key: TUSCANY-3332
URL: https://issues.apache.org/jira/browse/TUSCANY-3332
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
Index: TestComposite41.composite
===================================================================
--- TestComposite41.composite (revision 372)
+++ TestComposite41.composite (working copy)
@@ -27,12 +27,12 @@
<interface.wsdl
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
</service>
<property name="serviceName" source="$serviceName"/>
- <reference name="reference1" multiplicity="1..1">
+ <reference name="Reference1" multiplicity="1..1">
<interface.wsdl
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
</reference>
</component>
- <reference name="Reference1" promote="TestComponent1/reference1"
multiplicity="0..n">
+ <reference name="Reference1" promote="TestComponent1/Reference1"
multiplicity="0..n">
<interface.wsdl
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
</reference>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.