[jboss-cvs] jboss-seam/src/main/org/jboss/seam/interceptors ...

Gavin King gavin.king at jboss.com
Wed Jun 13 11:21:07 EDT 2007


  User: gavin   
  Date: 07/06/13 11:21:07

  Modified:    src/main/org/jboss/seam/interceptors 
                        ManagedEntityIdentityInterceptor.java
  Log:
  work around lame handling of tx timeouts in 4.2
  
  Revision  Changes    Path
  1.21      +1 -1      jboss-seam/src/main/org/jboss/seam/interceptors/ManagedEntityIdentityInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ManagedEntityIdentityInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/ManagedEntityIdentityInterceptor.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- ManagedEntityIdentityInterceptor.java	27 Feb 2007 15:03:07 -0000	1.20
  +++ ManagedEntityIdentityInterceptor.java	13 Jun 2007 15:21:07 -0000	1.21
  @@ -38,7 +38,7 @@
         }
         finally
         {
  -         if ( !PassivatedEntity.isTransactionMarkedRollback() )
  +         if ( !PassivatedEntity.isTransactionRolledBackOrMarkedRollback() )
            {
               entityRefsToIds(ctx);
            }
  
  
  



More information about the jboss-cvs-commits mailing list