diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index 1346ed8f9..6d9472bad 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -12,6 +12,7 @@
by
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> - -