You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2009/08/21 15:24:15 UTC

[jira] Updated: (TUSCANY-3225) ASM_5026_TestCase failed to pass, it can't get the property value

     [ https://issues.apache.org/jira/browse/TUSCANY-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-3225:
-------------------------------

    Component/s:     (was: Java SCA Assembly Model)
                 OASIS Compliance

> 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: OASIS Compliance
>    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.