diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html index aa140e703..c97650988 100644 --- a/manual/Tasks/ejb.html +++ b/manual/Tasks/ejb.html @@ -61,6 +61,8 @@ In general these tasks are specific to the particular vendor's EJB Server.
Application Server 6.0The orion element searches for the Orion Application Server specific deployment descriptors and adds them +to the final ejb jar file. Orion has one deployment descriptor: +
| Attribute | +Description | +Required | +
| destdir | +The base directory into which the generated + jar files are deposited. Jar files are deposited in + directories corresponding to their location within the + descriptordir namespace. | +Yes | +
+ <ejbjar srcdir="${build.classes}"
+ descriptordir="${descriptor.dir}"
+ basejarname="TheEJBJar"
+ flatdestdir="true"
+ dependency="super"
+ genericjarsuffix=".jar">
+ <include name="**/*-ejb-jar.xml"/>
+ <orion destdir="${deploymentjars.dir}"\>
+ </ejbjar>
+