TIBCO Adapter for EJB 4.1.0 now supportsBea Weblogic 7.0.

TIBCO Adapter for EJB 4.1.0 now supportsBea Weblogic 7.0.

book

Article ID: KB0085962

calendar_today

Updated On:

Products Versions
TIBCO Adapter for EJB -
Not Applicable -

Description

Description:
Install the adapter by choosing weblogic 6.1 as the application server.

Please read the steps 1 and 2 of  topic "Configuring BEA WebLogic Server 6.1"
under section "Post-Installation  Tasks on Windows Systems" in the 2nd chapter.

The changes  are :


1. Instead of modifying setEnv.cmd ,For Weblogic 7.0, modify
setWLSEnv.cmd  which can be located at &ltBEA_HOME>/server/bin.

Add the following jar files to the CLASSPATH environment variable in
the setWLSEnv.cmd file.

set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tibrvj.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tra.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\EjbSupport.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\AeConnector.jar

Update the classpath as mentioned in the documentation

2. Instead of modifying startWebLogic.cmd, For Weblogic 7.0,
modify startWLS.cmd  file which can be located at &ltBEA_HOME>/server/bin

Add the following jar files to the CLASSPATH environment variable in
the setWLSEnv.cmd file.

set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tibrvj.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_TRA_HOME%\lib\tra.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\EjbSupport.jar
set CLASSPATH=%CLASSPATH%;%TIBCO_ADEJB_HOME%\lib\AeConnector.jar

3. By default, all the .tra files under &ltTIBCO_ADEJB_HOME>/examples
will have the path for weblogic.jar as &ltBEA_HOME>/lib/weblogic.jar.
Change the path for weblogic.jar as &ltBEA_HOME>/server/lib/weblogic.jar

Issue/Introduction

TIBCO Adapter for EJB 4.1.0 now supportsBea Weblogic 7.0.