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)" <tu...@ws.apache.org> on 2006/10/06 13:23:24 UTC

[jira] Updated: (TUSCANY-599) XML Interop test39 AttributeWithNillable doesn't include a nill attribute in input XML.

     [ http://issues.apache.org/jira/browse/TUSCANY-599?page=all ]

ant elder updated TUSCANY-599:
------------------------------

        Fix Version/s: Java-M2
    Affects Version/s: Java-M2

> XML Interop test39 AttributeWithNillable doesn't include a nill attribute in input XML.
> ---------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-599
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-599
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Interop
>    Affects Versions: Java-M2
>         Environment: All
>            Reporter: Simon Laws
>             Fix For: Java-M2
>
>         Attachments: patch070806.txt
>
>
> Existing input XML is 
> <tns:RootElement39 xmlns:tns="http://www.apache.org/tuscany/interop"
> 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> 	xsi:schemaLocation="http://www.apache.org/tuscany/interop interop39.xsd">
> 	<ElementWithNillable/>
> </tns:RootElement39>
> Change to 
> <tns:RootElement39 xmlns:tns="http://www.apache.org/tuscany/interop"
> 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> 	xsi:schemaLocation="http://www.apache.org/tuscany/interop interop39.xsd">
> 	<ElementWithNillable/>
>         <ElementWithNillable xsi:nil="true"/>
> </tns:RootElement39>
> The schema also needs to be updated to include maxOccurs="unbounded" on RootElement39
> A patch is attached (pleas apply to top leve interop project)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org