Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Configuring performers : EJB performer in atomic workstep : JNDI name of the EJB
 

JNDI name of the EJB

The BP Server uses the jndi name to locate the EJB in the application server, without prefixing any jndi context string, such as ejb/ or java:comp:/ejb. You must ensure that the correct jndi name is specified.
If the jndi name is different from the fully qualified class name of the home interface of the EJB, then you must specify the fully qualified class name of the home interface of the remote EP in oebpsjndi.properties file, located in OEBPS_HOME\conf folder, by adding a new property:
map.<jndi-name of EJB>=<fully qualified class name of EJB home interface>
Use this jndi name in the performer string as <jndi name of EJB>.