[ 
http://issues.apache.org/jira/browse/AXIS-1989?page=comments#action_65797 ]
     
Lisa Preston commented on AXIS-1989:
------------------------------------

This bug is directly related to AXIS-1993.

> WSDL2Java new array wrapping fails if schema has namspace prefix
> ----------------------------------------------------------------
>
>          Key: AXIS-1989
>          URL: http://issues.apache.org/jira/browse/AXIS-1989
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2
>  Environment: All (java problem)
>     Reporter: Clive Brettingham-Moore
>  Attachments: SchemaUtilsPatch.txt
>
> The new array wrapping code fails if the schema is under a namespace prefix 
> due to locating the sequence child usign a simple comparison of nodeName (so 
> will fail for <xsd:sequence>). The method used SchemaUtils.getChildByName is 
> private and is only used by this and by a getTextByPath so fixing the method 
> to accept local name matches as well should not break any working code. (will 
> put up patch). NS and parsing in general is a little sloppy in 
> getCollectionComponentQName (eg a sequence containing an annotation will 
> break it as it will only accept sequence with one child of type element.

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

Reply via email to