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

Gavin King gavin.king at jboss.com
Thu Sep 28 19:03:09 EDT 2006


  User: gavin   
  Date: 06/09/28 19:03:09

  Modified:    src/main/org/jboss/seam/servlet  SeamExceptionFilter.java
  Log:
  fix exception recovery cycle
  
  Revision  Changes    Path
  1.18      +1 -1      jboss-seam/src/main/org/jboss/seam/servlet/SeamExceptionFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamExceptionFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/servlet/SeamExceptionFilter.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- SeamExceptionFilter.java	30 Jun 2006 15:01:20 -0000	1.17
  +++ SeamExceptionFilter.java	28 Sep 2006 23:03:09 -0000	1.18
  @@ -77,7 +77,7 @@
         Lifecycle.setException(true);
         try 
         {
  -         Lifecycle.beginInitialization(context); //the faces ExternalContext is useless to us at this point
  +         Lifecycle.beginExceptionRecovery(context, request); //the faces ExternalContext is useless to us at this point
            Lifecycle.endRequest();
         }
         catch (Exception ee)
  
  
  



More information about the jboss-cvs-commits mailing list