[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting ...

Norman Richards norman.richards at jboss.com
Wed Dec 12 17:12:56 EST 2007


  User: nrichards
  Date: 07/12/12 17:12:56

  Modified:    src/remoting/org/jboss/seam/remoting  Tag: Seam_1_2_1_AP
                        PollHandler.java
  Log:
  JBPAPP-494
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.1   +4 -5      jboss-seam/src/remoting/org/jboss/seam/remoting/PollHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PollHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/PollHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -b -r1.1 -r1.1.4.1
  --- PollHandler.java	27 Feb 2007 22:15:23 -0000	1.1
  +++ PollHandler.java	12 Dec 2007 22:12:55 -0000	1.1.4.1
  @@ -81,6 +81,9 @@
   
         for (PollRequest req : polls)
           req.poll();
  +      
  +      // Package up the response
  +      marshalResponse(polls, response.getOutputStream());
       }
       finally
       {
  @@ -88,10 +91,6 @@
         Lifecycle.setServletRequest(null);
         Lifecycle.setPhaseId(null);
       }
  -
  -
  -    // Package up the response
  -    marshalResponse(polls, response.getOutputStream());
     }
   
   
  
  
  



More information about the jboss-cvs-commits mailing list