[jboss-cvs] JBoss Messaging SVN: r3368 - branches/Branch_Stable/src/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 26 18:50:52 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-11-26 18:50:52 -0500 (Mon, 26 Nov 2007)
New Revision: 3368

Modified:
   branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-1165 - Fixing remoting configuration

Modified: branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml	2007-11-26 18:12:48 UTC (rev 3367)
+++ branches/Branch_Stable/src/etc/remoting/remoting-bisocket-service.xml	2007-11-26 23:50:52 UTC (rev 3368)
@@ -28,7 +28,7 @@
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
                <attribute name="serverBindPort">4457</attribute>
                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
-               <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
+               <attribute name="serverSocketClass" isParam="true">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="numberOfCallRetries" isParam="true">1</attribute>
                <attribute name="pingFrequency" isParam="true">214748364</attribute>
                <attribute name="pingWindowFactor" isParam="true">10</attribute>




More information about the jboss-cvs-commits mailing list