[jboss-cvs] JBoss Messaging SVN: r6510 - trunk/src/main/org/jboss/messaging/jms/bridge/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 21 09:25:55 EDT 2009


Author: jmesnil
Date: 2009-04-21 09:25:55 -0400 (Tue, 21 Apr 2009)
New Revision: 6510

Modified:
   trunk/src/main/org/jboss/messaging/jms/bridge/impl/JMSBridgeImpl.java
Log:
JMS Bridge

* log the exception when the JMS resources setup fails

Modified: trunk/src/main/org/jboss/messaging/jms/bridge/impl/JMSBridgeImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/jms/bridge/impl/JMSBridgeImpl.java	2009-04-21 13:25:12 UTC (rev 6509)
+++ trunk/src/main/org/jboss/messaging/jms/bridge/impl/JMSBridgeImpl.java	2009-04-21 13:25:55 UTC (rev 6510)
@@ -1004,7 +1004,7 @@
       }
       catch (Exception e)
       {
-         log.warn("Failed to set up bridge connections");
+         log.warn("Failed to set up bridge connections", e);
          
          //If this fails we should attempt to cleanup or we might end up in some weird state
          




More information about the jboss-cvs-commits mailing list