[ https://issues.apache.org/jira/browse/WSCOMMONS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Italivio Correa updated WSCOMMONS-519: -------------------------------------- Attachment: AppExample.zip Andreas Attached is a sample application with the original lib axiom-api. It was developed in netbeans 6.8. I am also sending a sample message-soap that in the example-message-soap.txt. The axim lib-1.2.8-api-api new.jar is that you have modified to check the difference in the message generated. Currently I'm testing on glassfish-v3 and tomcat-6. I'm using spring-ws version 1.5.8, it will find the dependencies (jar) required. 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 > 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.