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

Christian Bauer christian at hibernate.org
Sat Mar 10 05:32:13 EST 2007


  User: cbauer  
  Date: 07/03/10 05:32:13

  Modified:    src/main/org/jboss/seam/core  Exceptions.java
  Log:
  Fixed and documented exception passing to handler, JBSEAM-1021
  
  Revision  Changes    Path
  1.37      +173 -173  jboss-seam/src/main/org/jboss/seam/core/Exceptions.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Exceptions.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Exceptions.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- Exceptions.java	10 Mar 2007 01:48:47 -0000	1.36
  +++ Exceptions.java	10 Mar 2007 10:32:13 -0000	1.37
  @@ -74,7 +74,7 @@
               {
                  if ( Contexts.isConversationContextActive() )
                  {
  -                  Contexts.getConversationContext().set("org.jboss.seam.handledException", e);
  +                  Contexts.getConversationContext().set("org.jboss.seam.handledException", cause);
                  }
                  eh.handle(cause);
                  return;
  
  
  



More information about the jboss-cvs-commits mailing list