Versions Compared

Key

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

...

    • For the JBoss4.0.5, Need to put the geronimo-ws-metadata_2.0_spec-1.1.1.jar in the $JBOSS_HOME/lib/endorsed folder.
      Make sure the cxf.rar library does not contain xml-apis.jar and xml-resolver.jar.
    • For the JBoss4.2.1, Doesn't need to put any jars in the endorsed folder, but need to make sure cxf.rar library
      does not contain xml-api.jar.

Deploy RAR to Weblogic.

...

(Note: this has been tested against WebLogic9.1)

Package RAR in an EAR.

  • Add a weblogic-ra.xml in the META-INF folder.
    Code Block
    xml
    xml
    
    <weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90">
        <outbound-resource-adapter>
            <connection-definition-group>
    	   <connection-factory-interface>org.apache.cxf.connector.CXFConnectionFactory</connection-factory-interface>
               <connection-instance>    
    		<jndi-name>CXFConnector</jndi-name>
               </connection-instance>
            </connection-definition-group>
        </outbound-resource-adapter>
    </weblogic-connector>
    
  • Package the RAR in an EAR with application.xml.
  • Put the geronimo-ws-metadata_2.0_spec-1.1.1.jar in the $WebLogic_HOME/$JDK_Home/jre/lib/endorsed

Deploy RAR to WebSphere.

TBD

...