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
         Environment: All
            Reporter: Simon Laws
         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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to