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

Gavin King gavin.king at jboss.com
Thu Mar 8 21:37:25 EST 2007


  User: gavin   
  Date: 07/03/08 21:37:25

  Modified:    src/main/org/jboss/seam/exceptions  DebugPageHandler.java
  Log:
  always pass the unhandled exception in the conversation context
  
  Revision  Changes    Path
  1.7       +0 -1      jboss-seam/src/main/org/jboss/seam/exceptions/DebugPageHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DebugPageHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/exceptions/DebugPageHandler.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- DebugPageHandler.java	8 Mar 2007 07:34:15 -0000	1.6
  +++ DebugPageHandler.java	9 Mar 2007 02:37:25 -0000	1.7
  @@ -18,7 +18,6 @@
      public void handle(Exception e) throws Exception
      {
         log.error("redirecting to debug page", e);
  -      Contexts.getConversationContext().set("org.jboss.seam.debug.lastException", e);
         org.jboss.seam.core.Redirect redirect = org.jboss.seam.core.Redirect.instance();
         redirect.setViewId("/debug.xhtml");
         Manager manager = Manager.instance();
  
  
  



More information about the jboss-cvs-commits mailing list