[ https://issues.apache.org/jira/browse/WSCOMMONS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801776#action_12801776 ]
Italivio Correa commented on WSCOMMONS-519: ------------------------------------------- It is only the SOAP message, or should I send a sample project? 2010/1/18 Andreas Veithen (JIRA) <j...@apache.org> > bug in axiom-api class StAXOMBuilder n the method processNamespaceData, > generating wrong namespace. > --------------------------------------------------------------------------------------------------- > > Key: WSCOMMONS-519 > URL: https://issues.apache.org/jira/browse/WSCOMMONS-519 > Project: WS-Commons > Issue Type: Bug > Components: AXIOM > Affects Versions: Axiom 1.2.8 > Environment: Linux Ubuntu > Reporter: Italivio Correa > Priority: Critical > > In class StAXOMBuilder found an error in the method processNamespaceData. The > command if (namespaceURI! = Null & & namespaceURI.length ()> 0) is wrong, > should be so if (namespaceURIFromParser! = Null & & > namespaceURIFromParser.length ()> 0). This error is generating wrong > namespace for the tags. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.