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

Gavin King gavin.king at jboss.com
Wed Mar 7 22:49:29 EST 2007


  User: gavin   
  Date: 07/03/07 22:49:29

  Modified:    src/main/org/jboss/seam/core  Manager.java
  Log:
  support for updating ids of long-running conversations
  
  Revision  Changes    Path
  1.153     +2 -1      jboss-seam/src/main/org/jboss/seam/core/Manager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Manager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Manager.java,v
  retrieving revision 1.152
  retrieving revision 1.153
  diff -u -b -r1.152 -r1.153
  --- Manager.java	8 Mar 2007 03:47:48 -0000	1.152
  +++ Manager.java	8 Mar 2007 03:49:29 -0000	1.153
  @@ -43,7 +43,7 @@
    *
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.152 $
  + * @version $Revision: 1.153 $
    */
   @Scope(ScopeType.EVENT)
   @Name("org.jboss.seam.core.manager")
  @@ -113,6 +113,7 @@
         Contexts.getConversationContext().flush();
         
         currentConversationIdStack.set(0, id);
  +      //TODO: what about child conversations?!
         setCurrentConversationId(id);
         
         if (ce!=null)
  
  
  



More information about the jboss-cvs-commits mailing list