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

Gavin King gavin.king at jboss.com
Fri Mar 9 20:48:47 EST 2007


  User: gavin   
  Date: 07/03/09 20:48:47

  Modified:    src/main/org/jboss/seam/core  Exceptions.java
  Log:
  just especially for Christian
  
  Revision  Changes    Path
  1.36      +4 -0      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.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- Exceptions.java	9 Mar 2007 02:37:25 -0000	1.35
  +++ Exceptions.java	10 Mar 2007 01:48:47 -0000	1.36
  @@ -72,6 +72,10 @@
               Exception cause = causes.get(i);
               if ( eh.isHandler(cause) )
               {
  +               if ( Contexts.isConversationContextActive() )
  +               {
  +                  Contexts.getConversationContext().set("org.jboss.seam.handledException", e);
  +               }
                  eh.handle(cause);
                  return;
               }
  
  
  



More information about the jboss-cvs-commits mailing list