[jboss-cvs] JBoss Messaging SVN: r1574 - branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 16 23:21:22 EST 2006


Author: ron_sigal
Date: 2006-11-16 23:21:21 -0500 (Thu, 16 Nov 2006)
New Revision: 1574

Modified:
   branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java
Log:
Netflix patch:  Added socket wrapper class names to callback server locator parameters.

Modified: branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java
===================================================================
--- branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java	2006-11-17 04:17:38 UTC (rev 1573)
+++ branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java	2006-11-17 04:21:21 UTC (rev 1574)
@@ -265,6 +265,8 @@
                "<attribute name=\"timeout\">0</attribute>\n" +
                "<attribute name=\"serverBindAddress\">localhost</attribute>\n" +
                "<attribute name=\"leasePeriod\">20000</attribute>\n" +  
+               "<attribute name=\"clientSocketClass\" isParam=\"true\">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>\n" +
+               "<attribute name=\"serverSocketClass\">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>\n" +
             "</invoker>\n" +
             "<handlers>\n" +
                "<handler subsystem=\"JMS\">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>\n" +




More information about the jboss-cvs-commits mailing list