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

Elias Ross genman at noderunner.net
Thu Feb 8 09:52:42 EST 2007


  User: genman  
  Date: 07/02/08 09:52:42

  Modified:    etc/META-INF                local-passivation-service.xml
                        local-lfu-eviction-service.xml tree-service.xml
                        local-fifo-eviction-service.xml node1.xml
                        local-lru-eviction-service.xml
                        local-mru-eviction-service.xml
                        mixedPolicy-eviction-service.xml
                        replSync-passivation-service.xml
                        policyPerRegion-eviction-service.xml
                        local-expiration-eviction-service.xml
                        local-elementsize-eviction-service.xml
                        local-eviction-cacheloader-service.xml
                        mux-service.xml pojocache-passivation-service.xml
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.12      +1 -1      JBossCache/etc/META-INF/local-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-passivation-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- local-passivation-service.xml	24 Jan 2007 16:33:56 -0000	1.11
  +++ local-passivation-service.xml	8 Feb 2007 14:52:42 -0000	1.12
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.11      +1 -1      JBossCache/etc/META-INF/local-lfu-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lfu-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lfu-eviction-service.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- local-lfu-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.10
  +++ local-lfu-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.11
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.9       +1 -1      JBossCache/etc/META-INF/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/META-INF/tree-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- tree-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  +++ tree-service.xml	8 Feb 2007 14:52:42 -0000	1.9
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
         <!--
             Node locking level : SERIALIZABLE
  
  
  
  1.10      +1 -1      JBossCache/etc/META-INF/local-fifo-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-fifo-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-fifo-eviction-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- local-fifo-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  +++ local-fifo-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.10
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.16      +1 -1      JBossCache/etc/META-INF/node1.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: node1.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/node1.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- node1.xml	24 Jan 2007 16:33:56 -0000	1.15
  +++ node1.xml	8 Feb 2007 14:52:42 -0000	1.16
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.11      +1 -1      JBossCache/etc/META-INF/local-lru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lru-eviction-service.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- local-lru-eviction-service.xml	24 Jan 2007 18:05:25 -0000	1.10
  +++ local-lru-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.11
  @@ -23,7 +23,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.10      +1 -1      JBossCache/etc/META-INF/local-mru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-mru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-mru-eviction-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- local-mru-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  +++ local-mru-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.10
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.9       +1 -1      JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mixedPolicy-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- mixedPolicy-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  +++ mixedPolicy-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.9
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.8       +1 -1      JBossCache/etc/META-INF/replSync-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-passivation-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- replSync-passivation-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  +++ replSync-passivation-service.xml	8 Feb 2007 14:52:42 -0000	1.8
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.9       +1 -1      JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: policyPerRegion-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- policyPerRegion-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  +++ policyPerRegion-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.9
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.3       +1 -1      JBossCache/etc/META-INF/local-expiration-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-expiration-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-expiration-eviction-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- local-expiration-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.2
  +++ local-expiration-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.3
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.8       +1 -1      JBossCache/etc/META-INF/local-elementsize-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-elementsize-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-elementsize-eviction-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-elementsize-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  +++ local-elementsize-eviction-service.xml	8 Feb 2007 14:52:42 -0000	1.8
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.5       +1 -1      JBossCache/etc/META-INF/local-eviction-cacheloader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-eviction-cacheloader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-eviction-cacheloader-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- local-eviction-cacheloader-service.xml	24 Jan 2007 16:33:56 -0000	1.4
  +++ local-eviction-cacheloader-service.xml	8 Feb 2007 14:52:42 -0000	1.5
  @@ -24,7 +24,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.7       +1 -1      JBossCache/etc/META-INF/mux-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mux-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/mux-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- mux-service.xml	24 Jan 2007 16:33:56 -0000	1.6
  +++ mux-service.xml	8 Feb 2007 14:52:42 -0000	1.7
  @@ -31,7 +31,7 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
   
         <!--
  
  
  
  1.6       +1 -1      JBossCache/etc/META-INF/pojocache-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/pojocache-passivation-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- pojocache-passivation-service.xml	24 Jan 2007 16:33:56 -0000	1.5
  +++ pojocache-passivation-service.xml	8 Feb 2007 14:52:42 -0000	1.6
  @@ -24,7 +24,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