[jboss-cvs] JBossAS SVN: r61587 - trunk/testsuite/src/resources/jbossmq.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Mar 22 11:25:33 EDT 2007
Author: adrian at jboss.org
Date: 2007-03-22 11:25:33 -0400 (Thu, 22 Mar 2007)
New Revision: 61587
Modified:
trunk/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml
Log:
Use an anonymous port for JBossMQ recovery test(s)
Modified: trunk/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml
===================================================================
--- trunk/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml 2007-03-22 15:25:09 UTC (rev 61586)
+++ trunk/testsuite/src/resources/jbossmq/jbossmq-recovery-service.xml 2007-03-22 15:25:33 UTC (rev 61587)
@@ -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