[jboss-cvs] jboss-portal/core/src/resources/portal-core-sar ...

Julien Viet julien at jboss.com
Tue Jul 11 18:52:32 EDT 2006


  User: julien  
  Date: 06/07/11 18:52:32

  Modified:    core/src/resources/portal-core-sar  portal-aop.xml
  Log:
  in user finalizer move from RequiresNew to Required to avoid self deadlock on logout with JBoss Cache
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-portal/core/src/resources/portal-core-sar/portal-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: portal-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-sar/portal-aop.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- portal-aop.xml	11 Jul 2006 20:50:27 -0000	1.3
  +++ portal-aop.xml	11 Jul 2006 22:52:31 -0000	1.4
  @@ -33,7 +33,7 @@
         tag="transaction"
         class="org.jboss.portal.core.aspects.server.UserInterceptor$UserFinalizer">
         <method name="finalizeUser">
  -         <trans-attribute>RequiresNew</trans-attribute>
  +         <trans-attribute>Required</trans-attribute>
         </method>
      </metadata>
      <metadata
  
  
  



More information about the jboss-cvs-commits mailing list