[jboss-cvs] JBoss Messaging SVN: r6873 - branches/Branch_1_4/integration/EAP4/etc/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 19 06:28:25 EDT 2009


Author: gaohoward
Date: 2009-05-19 06:28:25 -0400 (Tue, 19 May 2009)
New Revision: 6873

Modified:
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml
Log:
correct typos


Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-05-19 10:18:09 UTC (rev 6872)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-bisocket-service.xml	2009-05-19 10:28:25 UTC (rev 6873)
@@ -40,7 +40,7 @@
                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
-               <attribute name="validatorPintTimeout" isParam="true">5000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
 
                <attribute name="failureDisconnectTimeout" isParam="true">0</attribute>
                <attribute name="callbackErrorsAllowed">1</attribute>

Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml	2009-05-19 10:18:09 UTC (rev 6872)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml	2009-05-19 10:28:25 UTC (rev 6873)
@@ -27,7 +27,7 @@
                <!-- The period of sending pings to the server -->
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
-               <attribute name="validatorPintTimeout" isParam="true">5000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
 
                <attribute name="failureDisconnectTimeout" isParam="true">0</attribute>
                <attribute name="callbackErrorsAllowed">1</attribute>

Modified: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-05-19 10:18:09 UTC (rev 6872)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-05-19 10:28:25 UTC (rev 6873)
@@ -36,7 +36,7 @@
                <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
                <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
                <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
-               <attribute name="validatorPintTimeout" isParam="true">5000</attribute>
+               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
 
                <attribute name="failureDisconnectTimeout" isParam="true">0</attribute>
                <attribute name="callbackErrorsAllowed">1</attribute>




More information about the jboss-cvs-commits mailing list