Configuring Weblogic for Infor ESB connection

If Databridge is deployed on a WebLogic application server and is used for connecting to the Infor ESB, configure your WebLogic environment to use the JMS client library that supports JMS 1.2 standard. The WebLogic 8.1 environment only supports older versions of JMS by default.

To configure WebLogic for Infor Bus connection:

  1. Stop WebLogic server.
  2. Access the Databridge java components folder under the Infor EAM installation folder and make a note of the full file path to the folder. For example, /u00/app/wls/InforEAM/depconfig/databridgecomps/comps. In this example /u00/app/wls/InforEAM is the Infor EAM installation folder.
  3. Modify the WebLogic server start-up environment command to prefix four additional jar files in the class path. The start-up environment command is typically the file commEnv.sh under the folder <BEA WebLogic home directory>/weblogic81/common/bin. In the following example, the bold portion is for adding the four jar files to the class path. Also in the example, substitute DFOLDER with the full path name of the Databridge java component folder found in Step 2 above.

    WEBLOGIC_CLASSPATH="DFOLDER/mfcontext.jar${CLASSPATHSEP}DFOLDER/sonic_Client.jar${CLASSPATHSEP}DFOLDER/sonic_Crypto.jar${CLASSPATHSEP}DFOLDER/sonic_XA.jar${CLASSPATHSEP}${JAVA_HOME}/lib/tools.jar${CLASSPATHSEP}${WL_HOME}/server/lib/weblogic_sp.jar${CLASSPATHSEP}${WL_HOME}/server/lib/weblogic.jar" export WEBLOGIC_CLASSPATH

  4. Start WebLogic server.
    Note: These JMS client library files are provided for the purpose of connecting to Infor ESB only. All relevant terms in the Infor EAM license agreement apply to the use of these files.