[teiid-commits] teiid SVN: r616 - trunk/embedded/src/main/resources.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Mar 23 11:30:14 EDT 2009


Author: shawkins
Date: 2009-03-23 11:30:14 -0400 (Mon, 23 Mar 2009)
New Revision: 616

Modified:
   trunk/embedded/src/main/resources/jboss-cache-configuration.xml
Log:
lazy marshalling was preventing the cache from working

Modified: trunk/embedded/src/main/resources/jboss-cache-configuration.xml
===================================================================
--- trunk/embedded/src/main/resources/jboss-cache-configuration.xml	2009-03-23 13:32:28 UTC (rev 615)
+++ trunk/embedded/src/main/resources/jboss-cache-configuration.xml	2009-03-23 15:30:14 UTC (rev 616)
@@ -6,7 +6,7 @@
 	    <attribute name="LockParentForChildInsertRemove">true</attribute>
 	  
       <attribute name="CacheMode">LOCAL</attribute>
-	    <attribute name="UseLazyDeserialization">true</attribute>
+	  <!-- <attribute name="UseLazyDeserialization">true</attribute> -->
 
      <!--
      	The max amount of time (in milliseconds) we wait until the




More information about the teiid-commits mailing list