THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Apache Geronimo 2.0 is distributed with two JAX-WS engines: Apache Axis2 and Apache CXF. The Geronimo-Jetty assembly defaults to use CXF as its JAX-WS engine whereas the Geronimo-Tomcat assembly uses Axis2.
...
- Switch to Axis2 SAAJ implementation. In Geronimo you can configure which SAAJ provider should be used by setting the org.apache.geronimo.saaj.provider system property. To use Axis2 SAAJ implementation set the org.apache.geronimo.saaj.provider system property to "axis2". For example:
export GERONIMO_OPTS="-Dorg.apache.geronimo.saaj.provider=axis2"
- Add Sun XML parser jar to the classpath. Download: https://maven-repository.dev.java.net/nonav/repository/com.sun.xml.parsers/jars/jaxp-ri-1.4.2.jar and put it in the $GERONIMO_HOME/lib/endorsed/ directory.
note
Please note that these options have not been tested.