Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add websphere configuration.

...

Tip

This is the recommend way to deploy since it impacts only a single module.

Websphere

Currently, I've only found the endorsed way to make cxf work with websphere. (Note: this has been validated against Websphere6.1.0.0)

put jar in the endorsed folder

  • put the wsdl4j-1.6.1.jar in the $WebSphere_HOME/java/jre/lib/endorsed folder.
  • In the WebSphere console, find the specific enterprise application, click the "Class loading and update detection".
    • Mark the "Classes loaded with application class loader first" selected.
    • Make the "Class loader for each war file in application" selected.

And then restart the Websphere server. (Because we changed the endorsed folder, we need to restart it to make it effect).TBD

Deploy XFire in WebLogic
Understanding WebLogic ClassLoader