[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

Elias Ross genman at noderunner.net
Thu Feb 8 09:53:01 EST 2007


  User: genman  
  Date: 07/02/08 09:53:01

  Modified:    docs/JBossCache-UserGuide/en/modules 
                        configuration_reference.xml
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.10      +1 -1      JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration_reference.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- configuration_reference.xml	30 Jan 2007 21:43:32 -0000	1.9
  +++ configuration_reference.xml	8 Feb 2007 14:53:01 -0000	1.10
  @@ -29,7 +29,7 @@
         <depends>jboss:service=TransactionManager</depends>
   
         <!-- Configure the TransactionManager -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
   
         <!--
             Node locking level : SERIALIZABLE
  
  
  



More information about the jboss-cvs-commits mailing list