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:
- Switch to the J2EE perspective.
- In the Project Explorer view, expand the EJB project that has the deployment descriptor you want to edit.
- 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).
- 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