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.
EJBHome This activity performs a JNDI lookup in the test.NewEJBResource EJB Configuration shared resource and creates an EJB 2.x remote object.
EJBRemote This activity invokes a remote method on the remote object that is created by the EJBHome activity.