[jboss-cvs] JBoss Messaging SVN: r1825 - trunk/src/main/org/jboss/jms/client/container

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 19 12:19:49 EST 2006


Author: clebert.suconic at jboss.com
Date: 2006-12-19 12:19:47 -0500 (Tue, 19 Dec 2006)
New Revision: 1825

Modified:
   trunk/src/main/org/jboss/jms/client/container/HAAspect.java
Log:
removing valve from the stack for tests

Modified: trunk/src/main/org/jboss/jms/client/container/HAAspect.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/container/HAAspect.java	2006-12-19 16:26:29 UTC (rev 1824)
+++ trunk/src/main/org/jboss/jms/client/container/HAAspect.java	2006-12-19 17:19:47 UTC (rev 1825)
@@ -163,7 +163,7 @@
       ClientConnectionDelegate cd = (ClientConnectionDelegate)res.getDelegate();
 
       // ValveAspect is supposed to be created per ClientConnectionDelegate
-      installValveAspect(cd, new ValveAspect(cd, this));
+      //installValveAspect(cd, new ValveAspect(cd, this));
 
       if(trace) { log.trace(this + " got local connection delegate " + cd); }
 




More information about the jboss-cvs-commits mailing list