You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/07/12 15:46:21 UTC

[jira] Resolved: (AXIS-1084) Backslash character in namespace causes error in generated Java code

     [ http://issues.apache.org/jira/browse/AXIS-1084?page=all ]
     
Davanum Srinivas resolved AXIS-1084:
------------------------------------

    Resolution: Won't Fix
     Assign To:     (was: Axis Developers Mailing List)

sorry. can't do this easily.

> Backslash character in namespace causes error in generated Java code
> --------------------------------------------------------------------
>
>          Key: AXIS-1084
>          URL: http://issues.apache.org/jira/browse/AXIS-1084
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.1
>  Environment: Operating System: Windows XP
> Platform: PC
>     Reporter: junkymail50
>  Attachments: ElectronicMarket.wsdl
>
> If a WSDL file has a namespace that includes a backslash (e.g.
> "urn:MyLocation\here"), this carries over into the Java code, which then causes
> an error.
> Generated Java code:
> typeDesc.setXmlType(new javax.xml.namespace.QName("urn:MyLocation\here", "MyType"));
> This can either be immediately seen if the escape character is invalid (compiler
> will reject it), or it may be a hidden bug if the escape character is valid
> because the compiler will allow it.
> I classify this as major because it can be a hidden bug, and also because it
> takes a while to go weed these out.
> Thanks

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