[jboss-cvs] JBossAS SVN: r72378 - trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 17 14:56:12 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-17 14:56:12 -0400 (Thu, 17 Apr 2008)
New Revision: 72378

Modified:
   trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
Log:
Fix attribute name

Modified: trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
===================================================================
--- trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2008-04-17 18:00:07 UTC (rev 72377)
+++ trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2008-04-17 18:56:12 UTC (rev 72378)
@@ -9,7 +9,7 @@
     -->
     <cache-config name="standard-session-cache">
 
-        <attribute name="TransactionManagerLookup">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
+        <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
 
         <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
         <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
@@ -119,7 +119,7 @@
     -->
     <cache-config name="field-granularity-session-cache">
 
-        <attribute name="TransactionManagerLookup">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
+        <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
 
         <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
         <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
@@ -244,7 +244,7 @@
     -->
     <cache-config name="clustered-sso">
 
-        <attribute name="TransactionManagerLookup">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
+        <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
 
         <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
         <attribute name="IsolationLevel">REPEATABLE_READ</attribute>




More information about the jboss-cvs-commits mailing list