Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added blog entry on Mavenized method of building WebLogic ear.

...

  • Put the geronimo-ws-metadata_2.0_spec-1.1.1.jar in the $Weblogic_Home/jdk_../jre/lib/endorsed folder.
  • Deploy the CXF war in weblogic.
    (This way is not recommended, since it might break the application server itself. The method below is preferred, as it impacts a single module only.)

Pack war in an ear, deploy the ear with weblogic-application.xml

...

  • Run "jar cvf ..." command to create the ear and then deploy it. Tip This is the recommend way to deploy since it only impacts a single moduleAlternatively, this blog entry provides a Mavenized method of building the EAR.

Websphere

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

...