Edit the Enterprise Bean References

In the EJB Ref's tabbed pane, you can edit the list all of the enterprise beans that are referenced by the web component that you are editing.

To add an enterprise bean reference:

  1. Click Add.
  2. Enter the in the Coded Name column. For example, if the JNDI lookup method refers to the enterprise bean as java:comp/env/ejb/OtherBean then enter ejb/OtherBean.
  3. Choose either the or type for the referenced enterprise bean from the Type column.
  4. Enter the bean's home interface in the Home column.
  5. Enter the bean's remote interface in the Remote column.
  6. Provide a description for each referenced bean in the Description field.
  7. For each enterprise bean reference in the list, enter its JNDI name in the JNDI Name field. A client uses the JNDI name to locate the enterprise bean's home interface.
To edit the: To delete a reference, select the row containing the reference and click Delete. A confirmation dialog will ask you if you really want to delete the reference.

See Also:

Declare Enterprise Bean References
Enter JNDI Names
Enter Missing JNDI Names


Copyright 1999, 2000 Sun Microsystems, Inc. All Rights Reserved.