Creating weblogic-ejb-jar.xml

Create weblogic-ejb-jar.xml if you want to support WebLogic-specific configuration options for the EJBs. For example, you can modify the JNDI name of your EJB resources or include custom containers in weblogic-ejb-jar.xml.

To create orion-ejb-jar.xml file:

  1. In the Navigator, select the project_iconproject to which you want to add an jboss.xml file.
  2. Choose File | New to open the New Gallery dialog.
  3. In the Categories tree, expand Business Tier and click Enterprise JavaBeans (EJB).
  4. In the Items list, double-click EJB Deployment Descriptor for WebLogic (weblogic-ejb-jar.xml).
  5. The newly created file opens in the Code Editor. Edit this file to add the WebLogic-specific configuration settings as appropriate.
  6. (Optional) If you ever want to edit this deployment descriptor, see Editing weblogic-ejb-jar.xml.