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

Gavin King gavin.king at jboss.com
Wed Feb 7 16:17:24 EST 2007


  User: gavin   
  Date: 07/02/07 16:17:24

  Modified:    src/main/org/jboss/seam/contexts  Lifecycle.java
  Log:
  handle login redirect when there is no current conversation
  
  Revision  Changes    Path
  1.82      +2 -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.81
  retrieving revision 1.82
  diff -u -b -r1.81 -r1.82
  --- Lifecycle.java	4 Feb 2007 07:57:16 -0000	1.81
  +++ Lifecycle.java	7 Feb 2007 21:17:24 -0000	1.82
  @@ -28,7 +28,7 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.81 $
  + * @version $Revision: 1.82 $
    */
   public class Lifecycle
   {
  @@ -379,7 +379,7 @@
               //      this would also require changes to BusinessProcessContext
               boolean destroyBusinessProcessContext = !Init.instance().isJbpmInstalled() ||
                     !BusinessProcess.instance().hasActiveProcess();
  -            if ( destroyBusinessProcessContext )
  +            if (destroyBusinessProcessContext)
               {
                  //TODO: note that this occurs from Lifecycle.endRequest(), after
                  //      the Seam-managed txn was committed, but Contexts.destroy()
  
  
  



More information about the jboss-cvs-commits mailing list