Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Configuring performers : Local JNDI external performer application : Mapping the JNDI name of the external performer to a fully qualified class name
 

Mapping the JNDI name of the external performer to a fully qualified class name

The <jndiName> is mapped to the actual class name in oebpsjndi.properties as shown below.
map.<jndiName>=<fully-qualified-class-name>
For example:
map.ejb/LocalJNDIEP=com.savvion.sbm.bizlogic.test.LocalJNDIEP