[
https://issues.apache.org/jira/browse/AXIS2-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801742#action_12801742
]
Italivio Correa commented on AXIS2-4604:
----------------------------------------
I'm not using the framework AXIS2, but the SPRING-WS factory configured as
message AXIOM. I use the jars AXIOM-API and AXIOM-IMPL version 1.2.8.
2010/1/18 Italivio Correa (JIRA) <[email protected]>
> bug in axiom-api class StAXOMBuilder n the method processNamespaceData,
> generating wrong namespace.
> ---------------------------------------------------------------------------------------------------
>
> Key: AXIS2-4604
> URL: https://issues.apache.org/jira/browse/AXIS2-4604
> Project: Axis2
> Issue Type: Bug
> Components: om
> Affects Versions: 1.2
> Environment: Linux Ubuntu
> Reporter: Italivio Correa
> Priority: Critical
> Fix For: 1.2
>
>
> 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.