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

Gavin King gavin.king at jboss.com
Thu Sep 28 19:04:45 EDT 2006


  User: gavin   
  Date: 06/09/28 19:04:45

  Modified:    src/main/org/jboss/seam/contexts 
                        ServerConversationContext.java
  Log:
  todo done
  
  Revision  Changes    Path
  1.7       +1 -3      jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerConversationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- ServerConversationContext.java	28 Sep 2006 22:32:02 -0000	1.6
  +++ ServerConversationContext.java	28 Sep 2006 23:04:45 -0000	1.7
  @@ -23,7 +23,7 @@
    * 
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   public class ServerConversationContext implements Context {
   
  @@ -161,8 +161,6 @@
      public void flush()
      {
         Manager manager = Manager.instance();
  -      //TODO: with the exception filter it seems to be possible for 
  -      //manager==null, causing an NPE here:
         boolean longRunning = manager.isLongRunningConversation() ||
               !manager.getCurrentConversationId().equals( getId() );  
         if ( longRunning )
  
  
  



More information about the jboss-cvs-commits mailing list