Configurations for ejb3_with_JavaToXml

The ejb3_with_JavaToXml process shows how to use EJB activities with a JavaToXML activity to convert an EJB 3.x remote object to XML format.

Activity Description
Timer This activity starts the process at a specific time.
EJB3Remote This activity performs a JNDI lookup in the test.NewEJBResource EJB Configuration shared resource and creates an EJB 3.x remote object, and then invokes a remote method.
EJB3Remote1 This activity receives the cached EJB 3.x object from the EJB3Remote activity and invokes another remote method.
Java To XML This activity converts the data of the EJB 3.x object into an XML document.