[jboss-cvs] JBossAS SVN: r61650 - trunk/ejb3/docs/reference/reference/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 23 22:27:14 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-23 22:27:14 -0400 (Fri, 23 Mar 2007)
New Revision: 61650

Modified:
   trunk/ejb3/docs/reference/reference/en/modules/session.xml
Log:
Document replicationIsPassivation

Modified: trunk/ejb3/docs/reference/reference/en/modules/session.xml
===================================================================
--- trunk/ejb3/docs/reference/reference/en/modules/session.xml	2007-03-24 02:24:49 UTC (rev 61649)
+++ trunk/ejb3/docs/reference/reference/en/modules/session.xml	2007-03-24 02:27:14 UTC (rev 61650)
@@ -122,9 +122,14 @@
                   int maxSize() default 10000;
 
                   long idleTimeoutSeconds() default 300;
+   
+                  boolean replicationIsPassivation() default true;
                }
             </programlisting>
             The name() attribute specificies the kernel name of the clustered cache you are using.  Usually you won't change this value.
+            The replicationIsPassivation() attribute specifies whether any @PrePassivate callback should be invoked before the
+            bean is replicated and whether any @PostActivate callback should be invoked when the bean is retrieved from the
+            replicated cache. 
             If you want an XML version, you must do a similar pattern as shown in the pooling
             section above.  You must create an aspect domain through XML and apply that domain through XML.
          </para>




More information about the jboss-cvs-commits mailing list