ASM_5029_TestCase is not appropriate for ASM50032
-------------------------------------------------
Key: TUSCANY-3226
URL: https://issues.apache.org/jira/browse/TUSCANY-3226
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-2.0
Reporter: Ku Jun Guo
It seems the test case is not designed correctly.
I can't see the @many attribute defined for property element in the
Test_ASM_5029.composite.
The composite file defined many values for a property:
<property name="complexType" type="test:ComplexType1">
<value>
<test:firstData>SomeData</test:firstData>
<test:secondData>MoreData</test:secondData>
</value>
<value>
<test:firstData>SomeData2</test:firstData>
<test:secondData>MoreData2</test:secondData>
</value>
</property>
And the test result is :
ASM_5029 request service1 operation1 invokedSomeDataMoreData
Should we add @many=false for the property element?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.