What are steps to be followed to run BW as a EJB client and invoke EJB's on "Jrun" App Server ?
book
Article ID: KB0086494
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: 1) Install Jrun v4.0 and run the "admin" and "samples" instance. You can start them from the Jrun Launcher
2) Running the "samples" instance will deploy sample EJB's like sample Creditcard etc.
3) All the server, client jar files required for BW from Jrun installation should be copied to a directory and referred in the desiger.tra classpath property.
4) "C:/JRun4/lib/client/CLIENT-INF" also should be included in the classpath. This is important as it is required for internal use of Jrun app server . It looks like JRun4 needs the "JNDI.properties" file existing in this directory for its own internal use.
5) Do the test connection and then run the process. 6) Specify the jndi name as "CreditCard" to run the sample EJB. A test project is attached.
Issue/Introduction
What are steps to be followed to run BW as a EJB client and invoke EJB's on "Jrun" App Server ?
Attachments
What are steps to be followed to run BW as a EJB client and invoke EJB's on "Jrun" App Server ?
get_app