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

Gavin King gavin.king at jboss.com
Tue Oct 10 18:09:05 EDT 2006


  User: gavin   
  Date: 06/10/10 18:09:05

  Modified:    src/main/org/jboss/seam/contexts  Lifecycle.java
  Log:
  single concurrent request per conversation model JBSEAM-335, JBSEAM-183
  
  Revision  Changes    Path
  1.60      +4 -2      jboss-seam/src/main/org/jboss/seam/contexts/Lifecycle.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Lifecycle.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/Lifecycle.java,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -b -r1.59 -r1.60
  --- Lifecycle.java	10 Oct 2006 21:00:52 -0000	1.59
  +++ Lifecycle.java	10 Oct 2006 22:09:05 -0000	1.60
  @@ -28,7 +28,7 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.59 $
  + * @version $Revision: 1.60 $
    */
   public class Lifecycle
   {
  @@ -362,6 +362,8 @@
            Contexts.getSessionContext().flush();
         }
   
  +      Manager.instance().unlockConversation();
  +
         //destroy the event context after the
         //conversation context, since we need
         //the manager to flush() conversation
  
  
  



More information about the jboss-cvs-commits mailing list