From 3558d52586f725989627696929ce5fb2a7eccbb5 Mon Sep 17 00:00:00 2001
From: Conor MacNeill by
+
ddcreator Weblogic 4.5.1 ejbc Weblogic 4.5.1
- iplanet-ejbc iPlanet Application Server 6.0
+ ejbjar Nested Elements ejbjar Nested Elements
+ borland Borland Application Server 4.5 jBoss jBoss iPlanet iPlanet Application Server 6.0 weblogic Weblogic 5.1 & 6.0
@@ -507,6 +509,7 @@ include: wlrun Weblogic 4.5.1, 5.1 & 6.0
This task supports two approaches to creating ejb jar files. The first
@@ -692,8 +695,57 @@ Each vendor-specific nested element controls the generation of a deployable jar
specific to that vendor's EJB container. The parameters for each supported
deployment element are detailed here.
-
+
+Jboss element
+
+
+
The jboss element searches for the jboss specific deployment descriptors and adds them +to the final ejb jar file. Jboss has two deployment descriptors jboss.xml and jaws.xml +(for container manager persistance only). The Jboss server uses hot deployment and does +not require compilation of additional stubs and skeletons.
+ +Attribute | +Description | +Required | +
destdir | +The base directory into which the generated weblogic ready + jar files are deposited. Jar files are deposited in + directories corresponding to their location within the + descriptordir namespace. | +Yes | +
genericjarsuffix | +A generic jar is generated as an intermediate step in + build the weblogic deployment jar. The suffix used to + generate the generic jar file is not particularly + important unless it is desired to keep the generic + jar file. It should not, however, be the same + as the suffix setting. | +No, defaults to '-generic.jar'. | +
suffix | +String value appended to the basename of the deployment + descriptor to create the filename of the WebLogic EJB + jar file. | +No, defaults to '.jar'. | +
keepgeneric | +This controls whether the generic file used as input to + ejbc is retained. | +No, defaults to false | +
The weblogic element is used to control the weblogic.ejbc compiler for generating weblogic EJB jars. Prior to Ant 1.3, the method of locating CMP @@ -994,9 +1046,10 @@ This will create only one TOPLink-enabled ejb jar file - 'Address.jar'.
</ejbjar> - -