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.0
  • JBoss 2.1 and above EJB servers
  • +
  • + Orion Application Server 2.0
  • Weblogic 4.5.1 through to 7.0 EJB servers
  • JOnAS @@ -81,14 +83,15 @@ In general these tasks are specific to the particular vendor's EJB Server.

    TaskApplication Servers blgenclientBorland Application Server 4.5 and 5.x iplanet-ejbciPlanet Application Server 6.0 - ejbjarNested Elements + ejbjarNested Elements borlandBorland Application Server 4.5 and 5.x iPlanetiPlanet Application Server 6.0 jbossJBoss jonasJOnAS 2.4.x and 2.5 weblogicWeblogic 5.1 to 7.0 websphereIBM WebSphere 4.0 - + orionIronFlare(Oracle) Orion Application Server 2.0.6 +
    @@ -562,6 +565,7 @@ include:

  • IBM WebSphere 4.0
  • TOPLink for WebLogic 2.5.1-enabled entity beans
  • JOnAS 2.4.x and 2.5 Open Source EJB server
  • +
  • IronFlare Orion Application Server 2.0
  • @@ -1770,7 +1774,42 @@ descriptors to use the naming standard. This will create only one ejb jar file - +

    Orion element

    + +

    The 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: +

    +
    + + + + + + + + + + + +
    AttributeDescriptionRequired
    destdirThe 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
    + +

    Example

    +
    +      <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>
    +