[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/transaction ...

Ben Wang bwang at jboss.com
Mon Sep 25 01:50:05 EDT 2006


  User: bwang   
  Date: 06/09/25 01:50:05

  Modified:    tests/functional/org/jboss/cache/transaction 
                        TransactionTest.java
  Log:
  1. Modify useInterceptorMbeans to useMbean
  2. Added PojoCache jmx framework 
  3. added test
  
  Revision  Changes    Path
  1.16      +2 -2      JBossCache/tests/functional/org/jboss/cache/transaction/TransactionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TransactionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/transaction/TransactionTest.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- TransactionTest.java	16 Sep 2006 10:38:56 -0000	1.15
  +++ TransactionTest.java	25 Sep 2006 05:50:05 -0000	1.16
  @@ -37,7 +37,7 @@
    * Tests transactional access to a local TreeCache.
    * Note: we use DummpyTranasctionManager to replace jta
    *
  - * @version $Id: TransactionTest.java,v 1.15 2006/09/16 10:38:56 bwang Exp $
  + * @version $Id: TransactionTest.java,v 1.16 2006/09/25 05:50:05 bwang Exp $
    */
   public class TransactionTest extends TestCase
   {
  @@ -805,7 +805,7 @@
   
      /*  public void testConcurrentReadAccess() throws Exception {
            cache.setIsolationLevel(IsolationLevel.REPEATABLE_READ);
  -         cache.setUseInterceptorMbeans(false);
  +         cache.setUseMbean(false);
   
            cache.put("/1/2/3/4", "foo", "bar"); // no TX, no locks held after put() returns
   
  
  
  



More information about the jboss-cvs-commits mailing list