[
https://issues.apache.org/jira/browse/CXF-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659181#action_12659181
]
Daniel Kulp commented on CXF-1957:
----------------------------------
We have two properties to control which saaj impl gets used by maven: (defined
in parent/pom.xml)
<saaj.impl.groupId>com.sun.xml.messaging.saaj</saaj.impl.groupId>
<saaj.impl.artifactId>saaj-impl</saaj.impl.artifactId>
Thus, you should be able to substitute in the axiom ids for those and run mvn
and all the tests would run with axiom instead of the sun implementation.
> Add official support for Axis2 saaj implementation
> --------------------------------------------------
>
> Key: CXF-1957
> URL: https://issues.apache.org/jira/browse/CXF-1957
> Project: CXF
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.1.3
> Reporter: Mike Youngstrom
> Fix For: 2.1.4
>
>
> Sun's saaj-impl causes problems for applications not deployed on a SUN JVM
> (IBM JDK, JROCKET, HARMONY, etc) because it is dependent upon Sun's JAXP
> implementation. axis2-saaj-impl is not dependent upon any one JAXP
> implementation and so is a much more portable saaj implementation to depend
> upon. It would be nice if CXF were able make support for Axis2's saaj
> implementation official so that CXF users will be able to run CXF in a more
> supported manner under app servers that use JDKs besides Sun's.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.