[jboss-cvs] JBoss Messaging SVN: r2293 - 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:50 EST 2007


Author: ron_sigal
Date: 2007-02-13 07:15:50 -0500 (Tue, 13 Feb 2007)
New Revision: 2293

Modified:
   branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java
Log:
Integrated bisocket transport.

Modified: branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java
===================================================================
--- branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java	2007-02-13 12:15:28 UTC (rev 2292)
+++ branches/Branch_Bisocket_Experiment2/tests/src/org/jboss/test/thirdparty/remoting/RemotingConnectionFailureTest.java	2007-02-13 12:15:50 UTC (rev 2293)
@@ -116,6 +116,14 @@
          // if the client throws CannotConnectException, we're fine, this is our
          // FailoverValveInteceptor is looking after
       }
+      catch(IOException e)
+      {
+         // This happens for bisocket clients - if the client throws IOException subclass, we're fine,
+         // this is what our FailoverValveInteceptor is looking after
+         
+         // Note.  The bisocket transport can make internal invocations and therefore have a
+         // pooled connectin available.
+      }
    }
 
    public void testInvocationAfterDeathDetectedByPinger() throws Throwable




More information about the jboss-cvs-commits mailing list