summaryrefslogtreecommitdiffstats
path: root/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0004.composite
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/stest/sampleTest/src/main/resources/Test_ASM_0004.composite')
-rw-r--r--java/sca/stest/sampleTest/src/main/resources/Test_ASM_0004.composite10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0004.composite b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0004.composite
index ec0a98d75a..ecae73fa5c 100644
--- a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0004.composite
+++ b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0004.composite
@@ -21,11 +21,12 @@
with multiple wire targets in the component configuration is marked as an error -->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://oasis/tests"
+ xmlns:tns="http://oasis/tests"
xmlns:sample="http://oasis/tests"
name="TEST_ASM_0004">
<component name="TestClient">
- <implementation.java class="test.ASM_0002_Client"/>
+ <implementation.composite name="tns:TestClient_0002"/>
<service name="TestInvocation">
<interface.java interface="test.TestInvocation"/>
<binding.ws/>
@@ -34,9 +35,8 @@
<property name="testName">ASM_0004</property>
</component>
-
<component name="TestComponent1">
- <implementation.java class="test.service1Impl"/>
+ <implementation.composite name="tns:TestComposite1"/>
<service name="Service1">
<interface.java interface="test.Service1"></interface.java>
</service>
@@ -44,7 +44,7 @@
</component>
<component name="TestComponent2">
- <implementation.java class="test.service1Impl"/>
+ <implementation.composite name="tns:TestComposite1"/>
<service name="Service1">
<interface.java interface="test.Service1"></interface.java>
</service>
@@ -52,7 +52,7 @@
</component>
<component name="TestComponent3">
- <implementation.java class="test.service1Impl"/>
+ <implementation.composite name="tns:TestComposite1"/>
<service name="Service1">
<interface.java interface="test.Service1"></interface.java>
</service>