Fixes needed to make ASM_12005 work
-----------------------------------
Key: TUSCANY-3362
URL: https://issues.apache.org/jira/browse/TUSCANY-3362
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Affects Versions: Java-SCA-2.0
Reporter: Ramkumar Ramalingam
Fix For: Java-SCA-2.0
Index: Contribution1/src/main/resources/TestComposite5.composite
===================================================================
--- Contribution1/src/main/resources/TestComposite5.composite (revision 372)
+++ Contribution1/src/main/resources/TestComposite5.composite (working copy)
@@ -15,18 +15,18 @@
xmlns:test="http://docs.oasis-open.org/ns/opencsa/scatests/200903"
name="TestComposite5">
- <service name="Service1" promote="TestComponent1/Service1">
- <interface.wsdl
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
+ <service name="Service1" promote="TestComponent1/Service1">
+ <interface.java
interface="org.oasisopen.sca.test.Service1"></interface.java>
</service>
<property name="serviceName" type="string"/>
<component name="TestComponent1">
- <implementation.composite name="test:TestComposite5"/>
+ <implementation.java class="org.oasisopen.sca.test.service1Impl"/>
<service name="Service1">
- <interface.wsdl
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
+ <interface.java
interface="org.oasisopen.sca.test.Service1"></interface.java>
</service>
- <property name="serviceName">servicex</property>
+ <property name="serviceName" source="$serviceName"/>
</component>
</composite>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.