ASM_5026_TestCase failed to pass, it can't get the property value
-----------------------------------------------------------------
Key: TUSCANY-3225
URL: https://issues.apache.org/jira/browse/TUSCANY-3225
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-2.0
Reporter: Ku Jun Guo
For the otest testcase 5026, it's used to test ASM50029,
If a component property value is declared using a child element of
the <property/> element, the type of the property MUST be an
XML Schema global element and the declared child element
MUST be an instance of that global element.
But the test result is :
ASM_5026 request service1 operation1 invoked
The expected is :
ASM_5026 request service1 operation1 invokedcomplex1complex2
It seems it failed to get the value from the following definition:
<property name="complexType" element="test:globalElement1">
<test:globalElement1>
<firstData>complex1</firstData>
<secondData>complex2</secondData>
</test:globalElement1>
</property>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.