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

Gavin King gavin.king at jboss.com
Fri Nov 3 17:47:25 EST 2006


  User: gavin   
  Date: 06/11/03 17:47:25

  Modified:    src/main/org/jboss/seam/remoting  ExecutionHandler.java
  Log:
  decoupled the endRequest() processing in Manager from storing stuff in the ViewRoot
  
  Revision  Changes    Path
  1.18      +1 -1      jboss-seam/src/main/org/jboss/seam/remoting/ExecutionHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExecutionHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/remoting/ExecutionHandler.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- ExecutionHandler.java	25 Oct 2006 15:14:36 -0000	1.17
  +++ ExecutionHandler.java	3 Nov 2006 22:47:25 -0000	1.18
  @@ -89,7 +89,7 @@
   
         // Store the conversation ID in the outgoing context
         ctx.setConversationId( Manager.instance().getCurrentConversationId() );
  -      Manager.instance().storeConversation(ContextAdaptor.getSession(session), response);
  +      Manager.instance().endRequest( ContextAdaptor.getSession(session) );
         Lifecycle.endRequest();
   
         // Package up the response
  
  
  



More information about the jboss-cvs-commits mailing list