[jboss-cvs] JBossCache/tests-50/functional/org/jboss/cache/pojo/passivation ...

Ben Wang bwang at jboss.com
Sun Sep 17 00:30:42 EDT 2006


  User: bwang   
  Date: 06/09/17 00:30:42

  Modified:    tests-50/functional/org/jboss/cache/pojo/passivation 
                        LocalTest.java
  Log:
  Updated.
  
  Revision  Changes    Path
  1.6       +2 -0      JBossCache/tests-50/functional/org/jboss/cache/pojo/passivation/LocalTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/passivation/LocalTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- LocalTest.java	8 Sep 2006 09:00:00 -0000	1.5
  +++ LocalTest.java	17 Sep 2006 04:30:41 -0000	1.6
  @@ -46,6 +46,8 @@
         String configFile = "META-INF/local-passivation-service.xml";
         boolean toStart = false;
         cache_ = PojoCacheFactory.createInstance(configFile, toStart);
  +      cache_.getCache().getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.BatchModeTransactionManagerLookup");
  +
         cache_.start();
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list