[jboss-cvs] JBossCache/tests/scripts ...

Elias Ross genman at noderunner.net
Thu Feb 8 09:54:31 EST 2007


  User: genman  
  Date: 07/02/08 09:54:31

  Modified:    tests/scripts  bench.xml
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.8       +1 -1      JBossCache/tests/scripts/bench.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: bench.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/scripts/bench.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- bench.xml	30 Dec 2006 17:49:59 -0000	1.7
  +++ bench.xml	8 Feb 2007 14:54:31 -0000	1.8
  @@ -19,7 +19,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>
   
         <!--
             Isolation level : SERIALIZABLE
  
  
  



More information about the jboss-cvs-commits mailing list