bpapez 2005/12/06 13:08:28 CET
Modified files:
core/src/conf/java treecache.xml
Log:
add GenericTransactionManagerLookup
Revision Changes Path
1.8 +2 -2 jahia/core/src/conf/java/treecache.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/treecache.xml.diff?r1=1.7&r2=1.8&f=h
Index: treecache.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/src/conf/java/treecache.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- treecache.xml 28 Nov 2005 10:14:36 -0000 1.7
+++ treecache.xml 6 Dec 2005 12:08:28 -0000 1.8
@@ -26,12 +26,12 @@
-->
<!--
<attribute
name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
+ <attribute
name="TransactionManagerLookupClass">org.jahia.services.cache.jboss.TomcatTransactionManagerLookup</attribute>
-->
<!--
- <attribute
name="TransactionManagerLookupClass">org.jahia.services.cache.jboss.TomcatTransactionManagerLookup</attribute>
+ <attribute
name="TransactionManagerLookupClass">org.jboss.cache.GenericTransactionManagerLookup</attribute>
-->
-
<!--
Node locking level : SERIALIZABLE
REPEATABLE_READ (default)