[ https://issues.apache.org/jira/browse/CXF-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848594#action_12848594 ]
Sidhartha Priye commented on CXF-2725: -------------------------------------- Dan, With the help of this link - http://cwiki.apache.org/confluence/display/CXF20DOC/Application+Server+Specific+Configuration+Guide I can now endorse SAAJ1.3.2 libraries on WAS 6.1. The trick is to add the jsr173_api-1.0.jar. So for any one's reference here are the jars in WAS endorsed directory. Make sure your application and webapp-classloaders are parent-last saaj-impl-1.3.2.jar saaj-api-1.3.jar jsr173_api-1.0.jar jaxp-ri-1.4.2.jar Once I got this then I copied CXF2.2.7 jars on both the client app and the server app (both deployed on the same node). Restarted the server and that was it. For anyone who run into this problem, here are the list of jars I have assembled that gave me a working solution - Apache Commons Jars: commons-codec-1.3.jar commons-collections-3.2.1.jar commons-logging-1.1.1.jar commons-pool-1.5.2.jar commons-configuration-1.5.jar commons-lang-2.4.jar CXF jars/supporting jars: geronimo-activation_1.1_spec-1.0.2.jar geronimo-annotation_1.0_spec-1.1.1.jar geronimo-javamail_1.4_spec-1.6.jar geronimo-jaxws_2.1_spec-1.0.jar geronimo-stax-api_1.0_spec-1.0.1.jar geronimo-ws-metadata_2.0_spec-1.1.2.jar jaxb-api-2.1.jar jaxb-impl-2.1.12.jar jaxb-xjc-2.1.12.jar cxf-2.2.7.jar FastInfoset-1.2.7.jar jetty-6.1.21.jar jetty-util-6.1.21.jar stax2-api-3.0.1.jar velocity-1.6.2.jar woodstox-core-asl-4.0.7.jar wss4j-1.5.8.jar wstx-asl-3.2.9.jar xmlbeans-2.4.0.jar xml-resolver-1.2.jar XmlSchema-1.4.5.jar xmlsec-1.4.3.jar xmltooling-1.2.1.jar if you are using OpenSAML then you would need: opensaml-2.3.0.jar openws-1.3.0.jar slf4j-api-1.5.10.jar slf4j-jdk14-1.5.10.jar velocity-1.6.2.jar xmlsec-1.4.3.jar xmltooling-1.2.1.jar My endorsed library on WAS6.1 (<WAS_ROOT>/java/jre/lib/endorsed) is: jaxp-ri-1.4.2.jar jsr173_api-1.0.jar resolver-2.9.1.jar saaj-api-1.3.jar saaj-impl-1.3.2.jar serializer-2.9.1.jar wsdl4j-1.6.2.jar xalan-2.7.1.jar xercesImpl-2.9.1.jar xml-apis-2.9.1.jar Thank you very much for the fix to 2.2.7. Hope to stay in touch!!! thanks Sid > "local part cannot be "null" when creating a QName" > --------------------------------------------------- > > Key: CXF-2725 > URL: https://issues.apache.org/jira/browse/CXF-2725 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.2.6 > Environment: Websphere 6.1, CXF 2.2.6 OR 2.2.7-snapshot, OpenSAML > libraries, Spring 2.5.6 libraries, JAX WS Client > Reporter: Sidhartha Priye > Priority: Critical > Attachments: bpm-servicesCXF.zip, SpringClientWithSAMLToken.zip > > > The entire discussion on this issue can be read here > http://old.nabble.com/local-part-cannot-be-%22null%22-when-creating-a-QName-td27714287.html#a27872480 > On Dan's suggestion, I am entering this track item as he mentioned he will > take a shot at it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.