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

Elias Ross genman at noderunner.net
Wed Feb 7 17:13:24 EST 2007


  User: genman  
  Date: 07/02/07 17:13:24

  Modified:    docs/PojoCache/en/modules  appendix.xml
  Log:
  JBCACHE-969 - Move transaction classes to org.jboss.cache.transaction
  
  Revision  Changes    Path
  1.7       +1 -1      JBossCache/docs/PojoCache/en/modules/appendix.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: appendix.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/PojoCache/en/modules/appendix.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- appendix.xml	21 Nov 2006 13:21:42 -0000	1.6
  +++ appendix.xml	7 Feb 2007 22:13:24 -0000	1.7
  @@ -78,7 +78,7 @@
   <depends>jboss:service=TransactionManager</depends>
   
   <!--         Configure the TransactionManager -->
  -<attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute>
  +<attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.DummyTransactionManagerLookup</attribute>
   
   <!--             Isolation level : SERIALIZABLE
                               REPEATABLE_READ (default)
  
  
  



More information about the jboss-cvs-commits mailing list