[
https://issues.apache.org/jira/browse/WSCOMMONS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801933#action_12801933
]
Andreas Veithen commented on WSCOMMONS-519:
-------------------------------------------
Please send some code that can be readily executed and that clearly shows the
problem.
> 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.