[jboss-cvs] JBoss Messaging SVN: r4848 - trunk/src/main/org/jboss/messaging/core/remoting/impl/netty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 20 02:51:04 EDT 2008


Author: trustin
Date: 2008-08-20 02:51:04 -0400 (Wed, 20 Aug 2008)
New Revision: 4848

Modified:
   trunk/src/main/org/jboss/messaging/core/remoting/impl/netty/MessagingChannelHandler.java
Log:
Fixed hanging CoreClientOverSSLTest

Modified: trunk/src/main/org/jboss/messaging/core/remoting/impl/netty/MessagingChannelHandler.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/impl/netty/MessagingChannelHandler.java	2008-08-20 06:46:33 UTC (rev 4847)
+++ trunk/src/main/org/jboss/messaging/core/remoting/impl/netty/MessagingChannelHandler.java	2008-08-20 06:51:04 UTC (rev 4848)
@@ -74,6 +74,12 @@
    }
 
    @Override
+   public void channelClosed(ChannelHandlerContext ctx, ChannelStateEvent e) throws Exception
+   {
+      destroyed = true;
+   }
+
+   @Override
    public void exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) throws Exception
    {
       log.error(




More information about the jboss-cvs-commits mailing list