[ https://issues.apache.org/jira/browse/WSCOMMONS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andreas Veithen moved AXIS2-4604 to WSCOMMONS-519: -------------------------------------------------- Component/s: (was: om) AXIOM Fix Version/s: (was: 1.2) Affects Version/s: (was: 1.2) Axiom 1.2.8 Key: WSCOMMONS-519 (was: AXIS2-4604) Project: WS-Commons (was: Axis2) > 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.