[jboss-cvs] JBoss Messaging SVN: r5029 - in branches/Branch_1_4/integration: EAP4/etc/remoting and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 26 03:41:13 EDT 2008


Author: gaohoward
Date: 2008-09-26 03:41:12 -0400 (Fri, 26 Sep 2008)
New Revision: 5029

Modified:
   branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml
Log:
JBMESSAGING-1374


Modified: branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml	2008-09-26 02:19:19 UTC (rev 5028)
+++ branches/Branch_1_4/integration/AS5/etc/remoting/remoting-http-service.xml	2008-09-26 07:41:12 UTC (rev 5029)
@@ -31,7 +31,7 @@
                Or false if you want it to poll for new traffic periodically. Recommended is true -->                       
                <attribute name="blockingMode" isParam="true">blocking</attribute>
                
-               <-- Timeout for blocking. Only has relevance if blockingMode = true -->
+               <!-- Timeout for blocking. Only has relevance if blockingMode = true -->
                <attribute name="blockingTimeout" isParam="true">30000</attribute>
                 
                <!-- The periodicity of polling. Only has relevance if blockingMode = false -->               

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	2008-09-26 02:19:19 UTC (rev 5028)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-http-service.xml	2008-09-26 07:41:12 UTC (rev 5029)
@@ -31,7 +31,7 @@
                Or false if you want it to poll for new traffic periodically. Recommended is true -->                       
                <attribute name="blockingMode" isParam="true">blocking</attribute>
                
-               <-- Timeout for blocking. Only has relevance if blockingMode = true -->
+               <!-- Timeout for blocking. Only has relevance if blockingMode = true -->
                <attribute name="blockingTimeout" isParam="true">30000</attribute>
                 
                <!-- The periodicity of polling. Only has relevance if blockingMode = false -->               




More information about the jboss-cvs-commits mailing list