[ https://issues.apache.org/jira/browse/WSCOMMONS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802476#action_12802476 ]
Andreas Veithen commented on WSCOMMONS-519: ------------------------------------------- The ZIP doesn't contain any NetBeans files and it is not recognized by NetBeans. Please provide a self-contained project based on Maven, Eclipse, NetBeans or Ant. > 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 > Attachments: AppExample.zip > > > 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.