You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2009/10/09 16:24:31 UTC

[jira] Assigned: (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 ]

Simon Laws reassigned TUSCANY-3225:
-----------------------------------

    Assignee: Simon Laws

> 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 - TUSCANY
>    Affects Versions: Java-SCA-2.0
>            Reporter: Ku Jun Guo
>            Assignee: Simon Laws
>
> 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.