Versions Compared

Key

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

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

Starting WebLogic 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 wlfullclientwlthint3client.jar from  from the <WEBLOGIC_HOME>/wlserver_XX/server/lib directory to the <ESB_HOME>/repository/components/dropins directory.

...