[jboss-cvs] jboss-seam/src/debug/org/jboss/seam/debug ...

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/debug/org/jboss/seam/debug  Contexts.java
  Log:
  always pass the unhandled exception in the conversation context
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/debug/org/jboss/seam/debug/Contexts.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Contexts.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/debug/org/jboss/seam/debug/Contexts.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Contexts.java	7 Mar 2007 17:25:53 -0000	1.1
  +++ Contexts.java	9 Mar 2007 02:37:25 -0000	1.2
  @@ -60,7 +60,7 @@
   
      public Exception getException()
      {
  -      return (Exception) org.jboss.seam.contexts.Contexts.getConversationContext().get("org.jboss.seam.debug.lastException");
  +      return (Exception) org.jboss.seam.contexts.Contexts.getConversationContext().get("org.jboss.seam.exception");
      }
      
      public boolean isExceptionExists()
  
  
  



More information about the jboss-cvs-commits mailing list