You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Mike Edwards (JIRA)" <de...@tuscany.apache.org> on 2009/11/09 12:12:32 UTC

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

Mike Edwards resolved TUSCANY-3225.
-----------------------------------

    Resolution: Fixed

Fixed in OASIS SVN revision 403.

Updated each reference to globalElement1 (or subelement of) to use a test: prefix.

> 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
>
> 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.