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

Ben Wang bwang at jboss.com
Wed Jan 3 02:35:43 EST 2007


  User: bwang   
  Date: 07/01/03 02:35:43

  Modified:    tests-50/functional/org/jboss/cache/pojo  LocalTxTest.java
  Log:
  upd
  
  Revision  Changes    Path
  1.6       +10 -6     JBossCache/tests-50/functional/org/jboss/cache/pojo/LocalTxTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalTxTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/LocalTxTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- LocalTxTest.java	30 Dec 2006 04:30:31 -0000	1.5
  +++ LocalTxTest.java	3 Jan 2007 07:35:43 -0000	1.6
  @@ -183,6 +183,8 @@
               catch (Exception ex)
               {
   //               t2_ex = ex;
  +               if(tx != null)
  +               {
                  try
                  {
                     tx.rollback();
  @@ -192,6 +194,8 @@
                     t2_ex = e;
                  }
               }
  +               ex.printStackTrace();
  +            }
            }
         };
   
  
  
  



More information about the jboss-cvs-commits mailing list