[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/interceptors ...

Ben Wang bwang at jboss.com
Fri Sep 8 05:15:49 EDT 2006


  User: bwang   
  Date: 06/09/08 05:15:49

  Modified:    src-50/org/jboss/cache/pojo/interceptors 
                        PojoTxInterceptor.java
  Log:
  updated.
  
  Revision  Changes    Path
  1.5       +5 -0      JBossCache/src-50/org/jboss/cache/pojo/interceptors/PojoTxInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoTxInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/interceptors/PojoTxInterceptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- PojoTxInterceptor.java	7 Sep 2006 16:43:08 -0000	1.4
  +++ PojoTxInterceptor.java	8 Sep 2006 09:15:48 -0000	1.5
  @@ -51,6 +51,11 @@
            tx = txManager_.getTransaction();
         }
   
  +      if(tx == null)
  +      {
  +         tx = localTm_.getTransaction();   
  +      }
  +
         boolean needTx = false;
         if (tx == null) needTx = true;
         Fqn id = null;
  
  
  



More information about the jboss-cvs-commits mailing list