[jboss-cvs] JBossAS SVN: r59565 - trunk/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 11 21:37:48 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-11 21:37:47 -0500 (Thu, 11 Jan 2007)
New Revision: 59565

Modified:
   trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
Log:
[EJBTHREE-798] Port to trunk

Modified: trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-01-12 02:37:13 UTC (rev 59564)
+++ trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-01-12 02:37:47 UTC (rev 59565)
@@ -48,6 +48,11 @@
       <property name="lockAcquisitionTimeout">15000</property>
         
       <property name="exposeManagementStatistics">true</property>
+      
+      <!-- Must be true if any entity deployment uses a scoped classloader -->
+      <property name="useRegionBasedMarshalling">true</property>
+      <!-- Must match the value of "useRegionBasedMarshalling" -->
+      <property name="inactiveOnStartup">true</property>
 
       <!--  Specific eviction policy configurations. This is LRU -->
       <property name="evictionConfig">




More information about the jboss-cvs-commits mailing list