Versions Compared

Key

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

The following instructions describe how to configure WSO2 ESB's JMS transport with Oracle WebLogic 12.2.1.1.

Starting the WebLogic server and the ESB

  1. Download, set up, and start Oracle WebLogic Server
  2. Start WSO2 ESB.
  3. Wrap the weblogic client jar and build a new OSGi bundle using the following pom.xml. The exporting of javax.jms package and javax.xml.namespace package of the client jar should be prevented.
  4. Copy the client libraries file wlthint3client.jar from the <WEBLOGIC_HOME>/wlserver/server/lib directory to the <ESB_HOME>/repository/components/dropins directory.

...