[jboss-cvs] JBossAS SVN: r58781 - branches/Branch_4_0/ejb3/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 30 18:10:51 EST 2006


Author: bstansberry at jboss.com
Date: 2006-11-30 18:10:49 -0500 (Thu, 30 Nov 2006)
New Revision: 58781

Modified:
   branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml
Log:
[EJBTHREE-797] JBoss Cache entity replication should have region based marshalling enabled

Modified: branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml
===================================================================
--- branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml	2006-11-30 18:26:04 UTC (rev 58780)
+++ branches/Branch_4_0/ejb3/src/resources/ejb3-entity-cache-service.xml	2006-11-30 23:10:49 UTC (rev 58781)
@@ -38,6 +38,11 @@
              to find each other -->
     <attribute name="ClusterName">EJB3-entity-cache</attribute>
 
+    <!-- Must be true if any entity deployment uses a scoped classloader -->
+    <attribute name="UseRegionBasedMarshalling">true</attribute>
+    <!-- Must match the value of "UseRegionBasedMarshalling" -->
+    <attribute name="InactiveOnStartup">true</attribute>
+    
     <attribute name="ClusterConfig">
       <config>
         <!-- UDP: if you have a multihomed machine,




More information about the jboss-cvs-commits mailing list