[hornetq-commits] JBoss hornetq SVN: r8291 - trunk/src/main/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 16 10:07:01 EST 2009


Author: jmesnil
Date: 2009-11-16 10:07:00 -0500 (Mon, 16 Nov 2009)
New Revision: 8291

Modified:
   trunk/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
Log:
removed erroneous case clauses from MessageFlowRecordImpl onMessage handler

Modified: trunk/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2009-11-16 13:29:18 UTC (rev 8290)
+++ trunk/src/main/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2009-11-16 15:07:00 UTC (rev 8291)
@@ -554,8 +554,6 @@
 
                   break;
                }
-               case SECURITY_AUTHENTICATION_VIOLATION:
-               case SECURITY_PERMISSION_VIOLATION:
                case PROPOSAL:
                   doProposalReceived(message);
                   break;



More information about the hornetq-commits mailing list