From e93a598ad0aa21a6a0118f9bc89e746c18f47f04 Mon Sep 17 00:00:00 2001
From: Mark Niggemann
Date: Mon, 10 Jul 2017 11:40:25 -0500
Subject: [PATCH] Update manual for ejbjar orion element.
---
manual/Tasks/ejb.html | 43 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 41 insertions(+), 2 deletions(-)
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.
Task | Application Servers |
blgenclient | Borland Application Server 4.5 and 5.x |
iplanet-ejbc | iPlanet Application Server 6.0 |
- ejbjar | Nested Elements |
+ ejbjar | Nested Elements |
borland | Borland Application Server 4.5 and 5.x |
iPlanet | iPlanet Application Server 6.0 |
jboss | JBoss |
jonas | JOnAS 2.4.x and 2.5 |
weblogic | Weblogic 5.1 to 7.0 |
websphere | IBM WebSphere 4.0 |
-
+ orion | IronFlare(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 -
+
+
+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:
+
+
+
+
+ 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 |
+
+
+
+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>
+