diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index c3c0ee7cf..236c80fe1 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -48,9 +48,9 @@ In general these tasks are specific to the particular vendor's EJB Server.
jboss 2.1 and above EJB serversThe ejbc task will run Weblogic's ejbc tool. This tool will take a serialised deployment descriptor, +
The ejbc task will run Weblogic's ejbc tool. This tool will take a serialized deployment descriptor, examine the various EJB interfaces and bean classes and then generate the required support classes necessary to deploy the bean in a Weblogic EJB container. This will include the RMI stubs and skeletons as well as the classes which implement the bean's home and remote interfaces.
The ant task which runs this tool is able to compile several beans in a single operation. The beans to be
-compiled are selected by including their serialised deployment descriptors. The standard ant
+compiled are selected by including their serialized deployment descriptors. The standard ant
include
and exclude
constructs can be used to select the deployment descriptors
to be included.
Each descriptor is examined to determine whether the generated classes are out of date and need to be regenerated. The deployment descriptor is de-serialized to discover the home, remote and implementation classes. The corresponding source files are determined and checked to see their -modification times. These times and the modification time of the serialised descriptor itself are +modification times. These times and the modification time of the serialized descriptor itself are compared with the modification time of the generated classes. If the generated classes are not present or are out of date, the ejbc tool is run to generate new versions.
weblogic.ejbc
class and the
- classfiles of the bean, home interface, remote interface, etc of the bean being
+ class files of the bean, home interface, remote interface, etc of the bean being
processed.Account-ejb-jar.xml
. Vendor specific descriptors are
located using the same naming convention. The weblogic bean, for example, would be named
-Account-weblogic-ejb-jar.xml
. Under this arrangment, the deployment descriptors
-can be separated from the code implementing the beans, which can be useful whe the same bean code
+Account-weblogic-ejb-jar.xml
. Under this arrangement, the deployment descriptors
+can be separated from the code implementing the beans, which can be useful when the same bean code
is deployed in separate beans.
@@ -792,7 +792,7 @@ deployment element are detailed here.
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 +(for container manager persistence only). The Jboss server uses hot deployment and does not require compilation of additional stubs and skeletons.
alwaysrebuild | This controls whether ejbdeploy is called although no changes - have occured. | + have occurred.No, defaults to false | |
secpropag | Modify the RMI Skel. and Stub. to implement the implicit propagation of the security context (note that - the transactionnal context is always provided). + the transactional context is always provided). | No, defaults to false. | |
format | -The fomat to write the output in. The default is "text", the alternative is "xml" | +The format to write the output in. The default is "text", the alternative is "xml" | No |