diff options
Diffstat (limited to 'branches/sca-java-1.x/stest/sampleTest/src/main/resources/Test_ASM_0025.composite')
-rw-r--r-- | branches/sca-java-1.x/stest/sampleTest/src/main/resources/Test_ASM_0025.composite | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/main/resources/Test_ASM_0025.composite b/branches/sca-java-1.x/stest/sampleTest/src/main/resources/Test_ASM_0025.composite index 7e54a659f7..92c5e3189f 100644 --- a/branches/sca-java-1.x/stest/sampleTest/src/main/resources/Test_ASM_0025.composite +++ b/branches/sca-java-1.x/stest/sampleTest/src/main/resources/Test_ASM_0025.composite @@ -41,21 +41,14 @@ <service name="Service1">
<interface.java interface="test.Service1"/>
</service>
- <property name="serviceName">service1</property>
<!-- Property with complex type with a value declared using a <value/> subelement -->
<property name="complexType" type="test:ComplexType1">
<ComplexType1Value type="test:ComplexType1">
<test:firstData>complex1</test:firstData>
<test:secondData>complex2</test:secondData>
- </ComplexType1Value>
-
- <!--
- <value>
- <firstData>complex1</firstData>
- <secondData>complex2</secondData>
- </value>
- -->
+ </ComplexType1Value>
</property>
+ <property name="serviceName">service1</property>
</component>
</composite>
|