[jboss-cvs] JBoss Messaging SVN: r2292 - branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 13 07:15:28 EST 2007
Author: ron_sigal
Date: 2007-02-13 07:15:28 -0500 (Tue, 13 Feb 2007)
New Revision: 2292
Modified:
branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java
Log:
Integrated bisocket transport.
Modified: branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java
===================================================================
--- branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java 2007-02-13 12:15:03 UTC (rev 2291)
+++ branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/CallbackServerTimeoutTest.java 2007-02-13 12:15:28 UTC (rev 2292)
@@ -113,6 +113,11 @@
{
if (client != null)
{
+ // Note. Calling Client.disconnect() does remove the InvokerCallbackHandler
+ // registered above. For the http transport, the CallbackPoller will continue
+ // running, which will generate a lot of ERROR log messages after the server
+ // has shut down.
+ client.removeListener(callbackHandler);
client.disconnect();
}
More information about the jboss-cvs-commits
mailing list