[jboss-cvs] JBossCache/etc ...
Elias Ross
genman at noderunner.net
Thu Feb 8 09:52:43 EST 2007
User: genman
Date: 07/02/08 09:52:43
Modified: etc jdbcCacheLoader-service.xml tree-service.xml
Log:
JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
Revision Changes Path
1.13 +1 -1 JBossCache/etc/jdbcCacheLoader-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jdbcCacheLoader-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/jdbcCacheLoader-service.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- jdbcCacheLoader-service.xml 24 Jan 2007 16:33:57 -0000 1.12
+++ jdbcCacheLoader-service.xml 8 Feb 2007 14:52:43 -0000 1.13
@@ -25,7 +25,7 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
<!--
1.13 +1 -1 JBossCache/etc/tree-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: tree-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/tree-service.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- tree-service.xml 24 Jan 2007 16:33:57 -0000 1.12
+++ tree-service.xml 8 Feb 2007 14:52:43 -0000 1.13
@@ -31,7 +31,7 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
<!--
More information about the jboss-cvs-commits
mailing list