[jboss-cvs] JBossAS SVN: r61585 - branches/Branch_4_2/testsuite/src/resources/jbossmq.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 22 11:24:19 EDT 2007


Author: adrian at jboss.org
Date: 2007-03-22 11:24:19 -0400 (Thu, 22 Mar 2007)
New Revision: 61585

Modified:
   branches/Branch_4_2/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml
Log:
There's some port conflict somewhere, so use an anonymous port
for the JBossMQ recovery test(s).

Modified: branches/Branch_4_2/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml	2007-03-22 15:21:52 UTC (rev 61584)
+++ branches/Branch_4_2/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml	2007-03-22 15:24:19 UTC (rev 61585)
@@ -49,8 +49,8 @@
     <attribute name="XAConnectionFactoryJNDIRef">RecoveryXAConnectionFactory</attribute>
     <!-- The bind address -->
     <attribute name="BindAddress">${jboss.bind.address}</attribute>
-    <!-- The bind port -->
-    <attribute name="ServerBindPort">8089</attribute>
+    <!-- The bind port - use a random port for this test-->
+    <!--attribute name="ServerBindPort">8083</attribute-->
     <!-- The ping period in millis -->
     <attribute name="PingPeriod">60000</attribute>
     <!-- Whether tcp/ip does not wait for buffer fills -->




More information about the jboss-cvs-commits mailing list