DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- 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.
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.Tip
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)
...