AppServerGuide commented on by Iznobad (Mar 22, 2008).

Comment:

I had a lot of trouble getting it to work in Weblogic 9.2 and CXF 2.0.4
I tried both the proposed solutions but none of them worked.

I finally got it to work by using the "ext" folder instead of the "endorsed" folder, like this:

Put jars in "ext" folder

  • Put the geronimo-ws-metadata_2.0_spec-1.1.1.jar in the $Weblogic_Home/jdk_../jre/lib/ext folder.
  • Deploy the CXF war in weblogic.
    (This way is not recommended, since it might break the application server itself. )

In my case the ext folder was in here "c:\bea\jdk150_10\jre\lib\ext\" so the full path was "c:\bea\jdk150_10\jre\lib\ext\geronimo-ws-metadata_2.0_spec-1.1.1.jar"

Reply via email to