The J2EE application deployment information is contained within XML configuration files. Each application type has its own configuration files. For an EJB JAR file deployed to Oracle Application Server Containers for J2EE (OC4J), two deployment descriptors are generated and used to define the EJB deployment descriptors:
ejb-jar.xml
http://www.javasoft.com/products/ejb/docs.html
orion-ejb-jar.xml
ejb-jar.xml
with the orion-ejb-jar.xml
file. This file is used to specify
the initial deployment properties. After each deployment in JDeveloper, this
deployment file is altered to reflect any newly added deployment descriptor
information. orion-ejb-jar.xml
file contains the following settings:
The orion-ejb-jar.dtd
is contained in oc4j.jar.
After
you decompress this JAR, all DTDs for the OC4J server files are located in the
META-INF
directory.
To customize the EJB descriptors for OC4J deployment (orion-ejb-jar.xml):
ejb-jar.xml
and orion-ejb-jar.xml
files are automatically generated for you.
They appear in the Navigator below your project.ejb-jar.xml
node in the Navigator below the specified project and choose
Edit EJB Module.
See Editing Deployment Descriptors.orion-ejb.jar.xml
in the Navigator below the
specified project and choose Settings.<ejb-jar>.ear
file. For more information about EJBs, see the "Oracle Application Server Containers for J2EE Enterprise JavaBeans Developer's Guide" which is provided with your Oracle Application Server documentation library. This guide tells you what you need to know to develop EJBs in the OC4J environment.
OC4J Deployment Application Directory
Structure
Creating and Deploying a
J2EE EJB Module (EJB JAR) to OC4J
Creating and Deploying a J2EE Enterprise
Archive (EAR) to OC4J
Creating and Deploying an EJB JAR to
WebLogic