Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To configure Axis2 as Geronimo's JAX-WS engine, set the org.apache.geronimo.jaxws.provider system property to "axis2". For example:

export GERONIMO_OPTS="-Dorg.apache.geronimo.jaxws.provider=axis2"

To configure CXF as Geronimo's JAX-WS engine, set the org.apache.geronimo.jaxws.provider system property to "cxf". For example:

export GERONIMO_OPTS="-Dorg.apache.geronimo.jaxws.provider=cxf"

Changing the configuration file

...

  1. 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"

  2. 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<GERONIMO_HOMEHOME>/lib/endorsed/ directory.

    Note

    Please note that these options have not been tested.