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

Gavin King gavin.king at jboss.com
Sun Jun 24 15:40:32 EDT 2007


  User: gavin   
  Date: 07/06/24 15:40:32

  Modified:    src/main/org/jboss/seam/intercept 
                        SessionBeanInterceptor.java
  Log:
  fix synchronizations for resource-local txns
  more logging
  
  Revision  Changes    Path
  1.17      +1 -1      jboss-seam/src/main/org/jboss/seam/intercept/SessionBeanInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SessionBeanInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/intercept/SessionBeanInterceptor.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- SessionBeanInterceptor.java	20 Jun 2007 17:45:56 -0000	1.16
  +++ SessionBeanInterceptor.java	24 Jun 2007 19:40:32 -0000	1.17
  @@ -131,7 +131,7 @@
               EntityManager entityManager = (EntityManager) ba.get(bean);
               if ( ! (entityManager instanceof EntityManagerProxy ) )
               {
  -               ba.set( bean, new EntityManagerProxy( entityManager ) );
  +               ba.set( bean, new EntityManagerProxy(entityManager) );
               }
            }
         }
  
  
  



More information about the jboss-cvs-commits mailing list