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

Gavin King gavin.king at jboss.com
Sun Jun 17 21:35:09 EDT 2007


  User: gavin   
  Date: 07/06/17 21:35:09

  Modified:    src/main/org/jboss/seam/contexts  Lifecycle.java
  Log:
  fix for unit tests
  
  Revision  Changes    Path
  1.98      +2 -2      jboss-seam/src/main/org/jboss/seam/contexts/Lifecycle.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Lifecycle.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/Lifecycle.java,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -b -r1.97 -r1.98
  --- Lifecycle.java	18 Jun 2007 01:21:06 -0000	1.97
  +++ Lifecycle.java	18 Jun 2007 01:35:09 -0000	1.98
  @@ -438,9 +438,9 @@
               {
                  transactionActive = Transaction.instance().isActive();
               }
  -            catch (SystemException se)
  +            catch (Exception e)
               {
  -               log.error("could not discover transaction status", se);
  +               log.error("could not discover transaction status");
               }
               if (transactionActive)
               {
  
  
  



More information about the jboss-cvs-commits mailing list