[jboss-cvs] JBossCache/etc/META-INF ...
Manik Surtani
msurtani at jboss.com
Thu Feb 8 09:38:11 EST 2007
User: msurtani
Date: 07/02/08 09:38:11
Modified: etc/META-INF local-tx-service.xml
unit-test-cache-service.xml
invalidationAsync-service.xml
replSync-eviction-service.xml
optimal-for-large-cluster-http-session-repl.xml
singleton-nopush-service.xml
interopCurSync-service.xml
replSync-ClusteredCacheLoader-service.xml
replSync-ChainingCacheLoader-service.xml
invalidationSync-service.xml
interopPrevAsync-service.xml replAsync-service.xml
replSync-service.xml node2.xml cache-config.xml
interopCurAsync-service.xml optimistic-eviction.xml
replAsyncSharedCacheLoader-service.xml
replSync-optimistic-service.xml oodb-service.xml
interopPrevSync-service.xml
singleton-push-service.xml
buddyreplication-service.xml
replAsync-optimistic-service.xml
Log:
Changed all examples to use the GenericTMLookup
Revision Changes Path
1.7 +2 -2 JBossCache/etc/META-INF/local-tx-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: local-tx-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-tx-service.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- local-tx-service.xml 7 Feb 2007 22:06:41 -0000 1.6
+++ local-tx-service.xml 8 Feb 2007 14:38:11 -0000 1.7
@@ -23,7 +23,8 @@
<!-- Configure the TransactionManager -->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
@@ -103,7 +104,6 @@
<attribute name="LockAcquisitionTimeout">15000</attribute>
-
<!-- Specific eviction policy configurations. This is LRU -->
<attribute name="EvictionPolicyConfig">
<config>
1.5 +32 -31 JBossCache/etc/META-INF/unit-test-cache-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: unit-test-cache-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/unit-test-cache-service.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- unit-test-cache-service.xml 7 Feb 2007 22:06:41 -0000 1.4
+++ unit-test-cache-service.xml 8 Feb 2007 14:38:11 -0000 1.5
@@ -26,7 +26,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
@@ -360,6 +361,6 @@
<pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
</config>
</stack>
-</protocol_stacks>
+ </protocol_stacks>
</server>
1.10 +2 -1 JBossCache/etc/META-INF/invalidationAsync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: invalidationAsync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/invalidationAsync-service.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- invalidationAsync-service.xml 7 Feb 2007 22:06:41 -0000 1.9
+++ invalidationAsync-service.xml 8 Feb 2007 14:38:11 -0000 1.10
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.11 +3 -2 JBossCache/etc/META-INF/replSync-eviction-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replSync-eviction-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-eviction-service.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- replSync-eviction-service.xml 7 Feb 2007 22:06:41 -0000 1.10
+++ replSync-eviction-service.xml 8 Feb 2007 14:38:11 -0000 1.11
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.16 +2 -1 JBossCache/etc/META-INF/optimal-for-large-cluster-http-session-repl.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: optimal-for-large-cluster-http-session-repl.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/optimal-for-large-cluster-http-session-repl.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- optimal-for-large-cluster-http-session-repl.xml 7 Feb 2007 22:06:41 -0000 1.15
+++ optimal-for-large-cluster-http-session-repl.xml 8 Feb 2007 14:38:11 -0000 1.16
@@ -26,7 +26,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.5 +2 -1 JBossCache/etc/META-INF/singleton-nopush-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: singleton-nopush-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/singleton-nopush-service.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- singleton-nopush-service.xml 7 Feb 2007 22:06:41 -0000 1.4
+++ singleton-nopush-service.xml 8 Feb 2007 14:38:11 -0000 1.5
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.10 +2 -1 JBossCache/etc/META-INF/interopCurSync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: interopCurSync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopCurSync-service.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- interopCurSync-service.xml 7 Feb 2007 22:06:41 -0000 1.9
+++ interopCurSync-service.xml 8 Feb 2007 14:38:11 -0000 1.10
@@ -26,7 +26,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.14 +2 -1 JBossCache/etc/META-INF/replSync-ClusteredCacheLoader-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replSync-ClusteredCacheLoader-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-ClusteredCacheLoader-service.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- replSync-ClusteredCacheLoader-service.xml 7 Feb 2007 22:06:41 -0000 1.13
+++ replSync-ClusteredCacheLoader-service.xml 8 Feb 2007 14:38:11 -0000 1.14
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.15 +2 -1 JBossCache/etc/META-INF/replSync-ChainingCacheLoader-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replSync-ChainingCacheLoader-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-ChainingCacheLoader-service.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- replSync-ChainingCacheLoader-service.xml 7 Feb 2007 22:06:41 -0000 1.14
+++ replSync-ChainingCacheLoader-service.xml 8 Feb 2007 14:38:11 -0000 1.15
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.10 +2 -1 JBossCache/etc/META-INF/invalidationSync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: invalidationSync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/invalidationSync-service.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- invalidationSync-service.xml 7 Feb 2007 22:06:41 -0000 1.9
+++ invalidationSync-service.xml 8 Feb 2007 14:38:11 -0000 1.10
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.9 +2 -1 JBossCache/etc/META-INF/interopPrevAsync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: interopPrevAsync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopPrevAsync-service.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- interopPrevAsync-service.xml 7 Feb 2007 22:06:41 -0000 1.8
+++ interopPrevAsync-service.xml 8 Feb 2007 14:38:11 -0000 1.9
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.16 +2 -1 JBossCache/etc/META-INF/replAsync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replAsync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsync-service.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- replAsync-service.xml 7 Feb 2007 22:06:41 -0000 1.15
+++ replAsync-service.xml 8 Feb 2007 14:38:11 -0000 1.16
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.17 +2 -1 JBossCache/etc/META-INF/replSync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replSync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-service.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- replSync-service.xml 7 Feb 2007 22:06:41 -0000 1.16
+++ replSync-service.xml 8 Feb 2007 14:38:11 -0000 1.17
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.17 +2 -1 JBossCache/etc/META-INF/node2.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: node2.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/node2.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- node2.xml 7 Feb 2007 22:06:41 -0000 1.16
+++ node2.xml 8 Feb 2007 14:38:11 -0000 1.17
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
1.6 +19 -18 JBossCache/etc/META-INF/cache-config.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: cache-config.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/cache-config.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- cache-config.xml 7 Feb 2007 22:06:41 -0000 1.5
+++ cache-config.xml 8 Feb 2007 14:38:11 -0000 1.6
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<server>
- <classpath codebase="../lib" archives="jboss-cache.jar, jgroups.jar" />
+ <classpath codebase="../lib" archives="jboss-cache.jar, jgroups.jar"/>
<mbean code="org.jboss.cache.aop.PojoCache" name="jboss.cache:service=LabconnTreeCacheAop">
<depends>jboss:service=Naming</depends>
<depends>jboss:service=TransactionManager</depends>
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<attribute name="IsolationLevel">READ_COMMITTED</attribute>
<attribute name="CacheMode">LOCAL</attribute>
1.10 +2 -1 JBossCache/etc/META-INF/interopCurAsync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: interopCurAsync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopCurAsync-service.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- interopCurAsync-service.xml 7 Feb 2007 22:06:41 -0000 1.9
+++ interopCurAsync-service.xml 8 Feb 2007 14:38:11 -0000 1.10
@@ -25,7 +25,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.6 +2 -1 JBossCache/etc/META-INF/optimistic-eviction.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: optimistic-eviction.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/optimistic-eviction.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- optimistic-eviction.xml 7 Feb 2007 22:06:41 -0000 1.5
+++ optimistic-eviction.xml 8 Feb 2007 14:38:11 -0000 1.6
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<attribute name="FetchInMemoryState">false</attribute>
<attribute name="FetchPersistentState">false</attribute>
1.17 +2 -1 JBossCache/etc/META-INF/replAsyncSharedCacheLoader-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replAsyncSharedCacheLoader-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsyncSharedCacheLoader-service.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- replAsyncSharedCacheLoader-service.xml 7 Feb 2007 22:06:41 -0000 1.16
+++ replAsyncSharedCacheLoader-service.xml 8 Feb 2007 14:38:11 -0000 1.17
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.15 +2 -1 JBossCache/etc/META-INF/replSync-optimistic-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replSync-optimistic-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-optimistic-service.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- replSync-optimistic-service.xml 7 Feb 2007 22:06:41 -0000 1.14
+++ replSync-optimistic-service.xml 8 Feb 2007 14:38:11 -0000 1.15
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
1.17 +2 -1 JBossCache/etc/META-INF/oodb-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: oodb-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/oodb-service.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- oodb-service.xml 7 Feb 2007 22:06:41 -0000 1.16
+++ oodb-service.xml 8 Feb 2007 14:38:11 -0000 1.17
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
1.9 +2 -1 JBossCache/etc/META-INF/interopPrevSync-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: interopPrevSync-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopPrevSync-service.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- interopPrevSync-service.xml 7 Feb 2007 22:06:41 -0000 1.8
+++ interopPrevSync-service.xml 8 Feb 2007 14:38:11 -0000 1.9
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.5 +2 -1 JBossCache/etc/META-INF/singleton-push-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: singleton-push-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/singleton-push-service.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- singleton-push-service.xml 7 Feb 2007 22:06:41 -0000 1.4
+++ singleton-push-service.xml 8 Feb 2007 14:38:11 -0000 1.5
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
Isolation level : SERIALIZABLE
1.13 +2 -1 JBossCache/etc/META-INF/buddyreplication-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: buddyreplication-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/buddyreplication-service.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- buddyreplication-service.xml 7 Feb 2007 22:06:41 -0000 1.12
+++ buddyreplication-service.xml 8 Feb 2007 14:38:11 -0000 1.13
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
1.16 +2 -1 JBossCache/etc/META-INF/replAsync-optimistic-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: replAsync-optimistic-service.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsync-optimistic-service.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- replAsync-optimistic-service.xml 7 Feb 2007 22:06:41 -0000 1.15
+++ replAsync-optimistic-service.xml 8 Feb 2007 14:38:11 -0000 1.16
@@ -24,7 +24,8 @@
<!--
Configure the TransactionManager
-->
- <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
+ </attribute>
<!--
More information about the jboss-cvs-commits
mailing list