[
https://issues.apache.org/jira/browse/CXF-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sidhartha Priye updated CXF-2725:
---------------------------------
Attachment: SpringClientWithSAMLToken.zip
SpringClientWithSAMLToken.zip - Project Interchange file for the SOAP Client
that constructs a SAML token and inserts into the SOAP Header using a JAX WS
Handler. This can be directly imported into Eclipse.
I have left out cxf2.2.6 jar and Spring 2.5.6 jars out of the WEB_INF/lib
directory so that the size remains under 10MB. They will need to be included
back in.
These are the jars I have under the endorsed directory on WAS
resolver-2.9.1.jar
saaj-api.jar
saaj-impl.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
Limitations using libraries:
1. Cannot use SUN's JAXP libraries with OpenSAML 2.0. OpenSAML does a
validation check and throws an error if it finds SUN's JAXP jar. As per them
SUN's JAXP libraries are broken so instead they recommend using latest Xerces
and Xalan in WAS endorsed directory.
2. Cannot endorse saaj-1.3.2 api and impl jars on WAS 6.1. WAS 6.1 does not
recognize any of those classes. So forced to use saaj-impl and saaj-api jars in
the endorsed directory.
> "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: 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.