[seam-commits] Seam SVN: r9874 - trunk/src/ioc/org/jboss/seam/ioc/microcontainer.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jan 6 14:02:16 EST 2009


Author: norman.richards at jboss.com
Date: 2009-01-06 14:02:16 -0500 (Tue, 06 Jan 2009)
New Revision: 9874

Modified:
   trunk/src/ioc/org/jboss/seam/ioc/microcontainer/ControllerNotificationComponent.java
Log:
JBSEAM-3795

Modified: trunk/src/ioc/org/jboss/seam/ioc/microcontainer/ControllerNotificationComponent.java
===================================================================
--- trunk/src/ioc/org/jboss/seam/ioc/microcontainer/ControllerNotificationComponent.java	2009-01-06 18:56:52 UTC (rev 9873)
+++ trunk/src/ioc/org/jboss/seam/ioc/microcontainer/ControllerNotificationComponent.java	2009-01-06 19:02:16 UTC (rev 9874)
@@ -60,7 +60,7 @@
         }
         catch (Throwable t)
         {
-            throw new IllegalArgumentException("Exception installing ControllerNotificationComponent: " + t);
+            throw new IllegalArgumentException("Exception installing ControllerNotificationComponent: " + t, t);
         }
     }
 




More information about the seam-commits mailing list