Configurations for basic_use_ejb2

The basic_use_ejb2 process shows how to perform a lookup of an EJB 2.x home object, create a remote object, and invoke a remote method.

Activity Description
Timer This activity starts the process at a specific time.
EJB2Home This activity performs a JNDI lookup in the NewEJBResource.ejbResource EJB Configuration shared resource and creates an EJB 2.x remote object.
EJB2Remote This activity invokes a remote method on the remote object that is created by the EJB2Home activity.