Binding EJB and resource references

 

Overview

Follow these steps to bind an enterprise bean local reference (or 'nickname") to a Java Naming and Directory Interface (JNDI) name.

 

Procedure

  1. Start the Application Server Toolkit.

  2. Optional: Open the J2EE perspective to work with J2EE projects. Click Window > Open Perspective > Other > J2EE.

  3. In the J2EE view, select the EJB module to open its deployment descriptor.

  4. Switch to the References page.

  5. Expand the tree under your chosen bean and select the appropriate reference.

  6. In the WebSphere bindings section, specify the JNDI name.

  7. Repeat these steps for all the references in the EJB module.

  8. Save the deployment descriptor.

    Note: Reference bindings can be defined or overridden at deployment time in the administrative console for all modules except for application clients. For those, use the Assembly Service Toolkit.


 

See Also


Application bindings

 

Related Tasks


Define data sources for entity beans
Binding Web modules to virtual hosts