[jboss-cvs] JBossCache/etc/META-INF ...

Elias Ross genman at noderunner.net
Wed Feb 7 17:06:41 EST 2007


  User: genman  
  Date: 07/02/07 17:06:41

  Modified:    etc/META-INF                         
                        replSync-ChainingCacheLoader-service.xml
                        buddyreplication-service.xml
                        invalidationSync-service.xml
                        replAsyncSharedCacheLoader-service.xml
                        invalidationAsync-service.xml replSync-service.xml
                        replSync-eviction-service.xml local-tx-service.xml
                        cache-config.xml
                        optimal-for-large-cluster-http-session-repl.xml
                        replAsync-service.xml singleton-nopush-service.xml
                        unit-test-cache-service.xml local-service.xml
                        interopPrevAsync-service.xml
                        interopPrevSync-service.xml
                        replAsync-optimistic-service.xml
                        replSync-optimistic-service.xml node2.xml
                        interopCurAsync-service.xml
                        replSync-ClusteredCacheLoader-service.xml
                        oodb-service.xml singleton-push-service.xml
                        interopCurSync-service.xml optimistic-eviction.xml
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.14      +1 -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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- replSync-ChainingCacheLoader-service.xml	24 Jan 2007 16:33:56 -0000	1.13
  +++ replSync-ChainingCacheLoader-service.xml	7 Feb 2007 22:06:41 -0000	1.14
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.12      +1 -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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- buddyreplication-service.xml	24 Jan 2007 16:33:56 -0000	1.11
  +++ buddyreplication-service.xml	7 Feb 2007 22:06:41 -0000	1.12
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.9       +1 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- invalidationSync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  +++ invalidationSync-service.xml	7 Feb 2007 22:06:41 -0000	1.9
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.16      +1 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- replAsyncSharedCacheLoader-service.xml	24 Jan 2007 16:33:56 -0000	1.15
  +++ replAsyncSharedCacheLoader-service.xml	7 Feb 2007 22:06:41 -0000	1.16
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.9       +1 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- invalidationAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  +++ invalidationAsync-service.xml	7 Feb 2007 22:06:41 -0000	1.9
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.16      +1 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- replSync-service.xml	24 Jan 2007 16:33:56 -0000	1.15
  +++ replSync-service.xml	7 Feb 2007 22:06:41 -0000	1.16
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.10      +1 -1      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- replSync-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  +++ replSync-eviction-service.xml	7 Feb 2007 22:06:41 -0000	1.10
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.6       +1 -1      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- local-tx-service.xml	24 Jan 2007 16:33:56 -0000	1.5
  +++ local-tx-service.xml	7 Feb 2007 22:06:41 -0000	1.6
  @@ -23,7 +23,7 @@
   
   
         <!-- Configure the TransactionManager -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- cache-config.xml	25 Oct 2006 04:46:00 -0000	1.4
  +++ cache-config.xml	7 Feb 2007 22:06:41 -0000	1.5
  @@ -4,7 +4,7 @@
       <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.DummyTransactionManagerLookup</attribute>
  +        <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
           <attribute name="IsolationLevel">READ_COMMITTED</attribute>
   
           <attribute name="CacheMode">LOCAL</attribute>
  
  
  
  1.15      +1 -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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- optimal-for-large-cluster-http-session-repl.xml	24 Jan 2007 16:33:56 -0000	1.14
  +++ optimal-for-large-cluster-http-session-repl.xml	7 Feb 2007 22:06:41 -0000	1.15
  @@ -26,7 +26,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.15      +1 -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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- replAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.14
  +++ replAsync-service.xml	7 Feb 2007 22:06:41 -0000	1.15
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.4       +1 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- singleton-nopush-service.xml	24 Jan 2007 16:33:56 -0000	1.3
  +++ singleton-nopush-service.xml	7 Feb 2007 22:06:41 -0000	1.4
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.4       +1 -1      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- unit-test-cache-service.xml	24 Jan 2007 16:33:56 -0000	1.3
  +++ unit-test-cache-service.xml	7 Feb 2007 22:06:41 -0000	1.4
  @@ -26,7 +26,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.14      +1 -1      JBossCache/etc/META-INF/local-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- local-service.xml	24 Jan 2007 16:33:56 -0000	1.13
  +++ local-service.xml	7 Feb 2007 22:06:41 -0000	1.14
  @@ -23,7 +23,7 @@
   
   
         <!-- Configure the TransactionManager -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.BatchModeTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.8       +1 -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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- interopPrevAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  +++ interopPrevAsync-service.xml	7 Feb 2007 22:06:41 -0000	1.8
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.8       +1 -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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- interopPrevSync-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  +++ interopPrevSync-service.xml	7 Feb 2007 22:06:41 -0000	1.8
  @@ -24,7 +24,7 @@
         <!--
         Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.15      +1 -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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- replAsync-optimistic-service.xml	24 Jan 2007 16:33:56 -0000	1.14
  +++ replAsync-optimistic-service.xml	7 Feb 2007 22:06:41 -0000	1.15
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.14      +1 -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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- replSync-optimistic-service.xml	24 Jan 2007 16:33:56 -0000	1.13
  +++ replSync-optimistic-service.xml	7 Feb 2007 22:06:41 -0000	1.14
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.16      +1 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- node2.xml	24 Jan 2007 16:33:56 -0000	1.15
  +++ node2.xml	7 Feb 2007 22:06:41 -0000	1.16
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.9       +1 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- interopCurAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  +++ interopCurAsync-service.xml	7 Feb 2007 22:06:41 -0000	1.9
  @@ -25,7 +25,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.13      +1 -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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- replSync-ClusteredCacheLoader-service.xml	24 Jan 2007 16:33:56 -0000	1.12
  +++ replSync-ClusteredCacheLoader-service.xml	7 Feb 2007 22:06:41 -0000	1.13
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.16      +1 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- oodb-service.xml	24 Jan 2007 16:33:56 -0000	1.15
  +++ oodb-service.xml	7 Feb 2007 22:06:41 -0000	1.16
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.4       +1 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- singleton-push-service.xml	24 Jan 2007 16:33:56 -0000	1.3
  +++ singleton-push-service.xml	7 Feb 2007 22:06:41 -0000	1.4
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.9       +1 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- interopCurSync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  +++ interopCurSync-service.xml	7 Feb 2007 22:06:41 -0000	1.9
  @@ -26,7 +26,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  
  1.5       +1 -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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- optimistic-eviction.xml	24 Jan 2007 16:33:56 -0000	1.4
  +++ optimistic-eviction.xml	7 Feb 2007 22:06:41 -0000	1.5
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
         <attribute name="FetchInMemoryState">false</attribute>
         <attribute name="FetchPersistentState">false</attribute>
  
  
  



More information about the jboss-cvs-commits mailing list