@many="false" of the property failed to restrict the multi values
------------------------------------------------------------------
Key: TUSCANY-2902
URL: https://issues.apache.org/jira/browse/TUSCANY-2902
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-1.3.1
Reporter: Ku Jun Guo
If I used :
<property name="complexType" type="test:ComplexType1" many="false">
<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>
It should throw a ServiceRuntimeException. But due to TUSCANY-2898, the service
Impl didn't get the value for complext type at all.
So open this issue to track it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.