[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting ...
Shane Bryzak
sbryzak at redhat.com
Tue May 8 05:58:55 EDT 2007
User: sbryzak2
Date: 07/05/08 05:58:55
Modified: src/remoting/org/jboss/seam/remoting ExecutionHandler.java
Log:
JBSEAM-1305
Revision Changes Path
1.2 +3 -2 jboss-seam/src/remoting/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/remoting/org/jboss/seam/remoting/ExecutionHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- ExecutionHandler.java 27 Feb 2007 22:15:23 -0000 1.1
+++ ExecutionHandler.java 8 May 2007 09:58:55 -0000 1.2
@@ -89,11 +89,12 @@
// Store the conversation ID in the outgoing context
ctx.setConversationId( Manager.instance().getCurrentConversationId() );
- Manager.instance().endRequest( ContextAdaptor.getSession(session) );
- Lifecycle.endRequest();
// Package up the response
marshalResponse(calls, ctx, response.getOutputStream());
+
+ Manager.instance().endRequest( ContextAdaptor.getSession(session) );
+ Lifecycle.endRequest();
}
catch (Exception ex)
{
More information about the jboss-cvs-commits
mailing list