[jboss-cvs] JBoss Messaging SVN: r2737 - in trunk: docs/examples/secure-socket/etc and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 29 13:56:49 EDT 2007


Author: timfox
Date: 2007-05-29 13:56:49 -0400 (Tue, 29 May 2007)
New Revision: 2737

Modified:
   trunk/docs/examples/http/etc/messaging-http-service.xml
   trunk/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml
   trunk/src/etc/server/default/deploy/remoting-service.xml
   trunk/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java
Log:
Some minor tweaks to remoting config


Modified: trunk/docs/examples/http/etc/messaging-http-service.xml
===================================================================
--- trunk/docs/examples/http/etc/messaging-http-service.xml	2007-05-29 17:29:26 UTC (rev 2736)
+++ trunk/docs/examples/http/etc/messaging-http-service.xml	2007-05-29 17:56:49 UTC (rev 2737)
@@ -17,8 +17,6 @@
                <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
                <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
                <attribute name="dataType" isParam="true">jms</attribute>
-               <attribute name="socket.check_connection" isParam="true">false</attribute>
-               <attribute name="timeout" isParam="true">0</attribute>
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
                <attribute name="serverBindPort">4458</attribute>
                <attribute name="leasePeriod">10000</attribute>

Modified: trunk/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml
===================================================================
--- trunk/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml	2007-05-29 17:29:26 UTC (rev 2736)
+++ trunk/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml	2007-05-29 17:56:49 UTC (rev 2737)
@@ -26,7 +26,7 @@
                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="numberOfRetries" isParam="true">1</attribute>
-               <attribute name="NumberOfCallRetries" isParam="true">1</attribute>
+               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
                <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
                <attribute name="serverSocketFactory">jboss.messaging:service=ServerSocketFactory,type=SSL</attribute>
             </invoker>

Modified: trunk/src/etc/server/default/deploy/remoting-service.xml
===================================================================
--- trunk/src/etc/server/default/deploy/remoting-service.xml	2007-05-29 17:29:26 UTC (rev 2736)
+++ trunk/src/etc/server/default/deploy/remoting-service.xml	2007-05-29 17:56:49 UTC (rev 2737)
@@ -28,7 +28,7 @@
                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="numberOfRetries" isParam="true">1</attribute>
-               <attribute name="NumberOfCallRetries" isParam="true">1</attribute>
+               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
                <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
             </invoker>
             <handlers>

Modified: trunk/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java	2007-05-29 17:29:26 UTC (rev 2736)
+++ trunk/tests/src/org/jboss/test/messaging/jms/ConnectionFactoryTest.java	2007-05-29 17:56:49 UTC (rev 2737)
@@ -373,7 +373,7 @@
             "<attribute name=\"clientSocketClass\" isParam=\"true\">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>" +
             "<attribute name=\"serverSocketClass\">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>" +
             "<attribute name=\"numberOfRetries\" isParam=\"true\">1</attribute>" +
-            "<attribute name=\"NumberOfCallRetries\" isParam=\"true\">1</attribute>" +
+            "<attribute name=\"numberOfCallRetries\" isParam=\"true\">1</attribute>" +
             "<attribute name=\"clientMaxPoolSize\" isParam=\"true\">50</attribute>" +
          "</invoker>" +
          "<handlers>" +




More information about the jboss-cvs-commits mailing list