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