[hornetq-commits] JBoss hornetq SVN: r9306 - trunk/src/main/org/hornetq/core/protocol/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jun 11 00:11:43 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-06-11 00:11:42 -0400 (Fri, 11 Jun 2010)
New Revision: 9306

Modified:
   trunk/src/main/org/hornetq/core/protocol/core/ServerSessionPacketHandler.java
Log:
Adding logging information to help identify issues on server

Modified: trunk/src/main/org/hornetq/core/protocol/core/ServerSessionPacketHandler.java
===================================================================
--- trunk/src/main/org/hornetq/core/protocol/core/ServerSessionPacketHandler.java	2010-06-10 17:06:08 UTC (rev 9305)
+++ trunk/src/main/org/hornetq/core/protocol/core/ServerSessionPacketHandler.java	2010-06-11 04:11:42 UTC (rev 9306)
@@ -522,6 +522,7 @@
          {
             if (requiresResponse)
             {
+               log.warn("Sending unexpected exception to the client", t);
                HornetQException hqe = new HornetQException(HornetQException.INTERNAL_ERROR);
                hqe.initCause(t);
                response = new HornetQExceptionMessage(hqe);



More information about the hornetq-commits mailing list