[jboss-cvs] jboss-seam/src/main/org/jboss/seam/web ...
Gavin King
gavin.king at jboss.com
Thu Oct 4 21:47:11 EDT 2007
User: gavin
Date: 07/10/04 21:47:11
Modified: src/main/org/jboss/seam/web ExceptionFilter.java
Log:
oops, recommit shanes changes
Revision Changes Path
1.27 +9 -2 jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ExceptionFilter.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- ExceptionFilter.java 5 Oct 2007 01:39:39 -0000 1.26
+++ ExceptionFilter.java 5 Oct 2007 01:47:11 -0000 1.27
@@ -97,8 +97,15 @@
//If there is an existing long-running conversation on
//the failed request, propagate it
+ if (conversationId==null)
+ {
+ Manager.instance().initializeTemporaryConversation();
+ }
+ else
+ {
ConversationPropagation.instance().setConversationId(conversationId);
Manager.instance().restoreConversation();
+ }
//Now do the exception handling
try
More information about the jboss-cvs-commits
mailing list