Editing the weblogic-ejb-jar.xml file directly

The WebLogic-specific EJB deployment descriptor file, weblogic-ejb-jar.xml, can be edited directly as follows:

  1. Switch to the J2EE perspective.
  2. In the Project Explorer view, expand the EJB project that has the deployment descriptor you want to edit.
  3. Within the project, you will find a WebLogic folder labeled wls81 (for WebLogic Server 8.1), wls70 (for WebLogic Server 7.0) or wls61 (for WebLogic Server 6.1).
  4. Expand the folder and then double-click on weblogic-ejb-jar.xml. This opens the WebLogic-specific deployment descriptor in the XML editor.

Note: The EJB project must be targeted to a WebLogic server runtime.

Related tasks
Working with the WebLogic extensions page
Editing container-managed relations

Terms of use | Feedback
(C) Copyright IBM Corporation 2002, 2004. All Rights Reserved.