[jboss-cvs] JBossAS SVN: r75283 - trunk/testsuite/src/resources/naming/restart.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 1 19:00:20 EDT 2008


Author: pferraro
Date: 2008-07-01 19:00:20 -0400 (Tue, 01 Jul 2008)
New Revision: 75283

Modified:
   trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml
Log:
Oops.  Fixed rmiBindAddress <property> - copied in haste from mbean definition that uses <attribute>.

Modified: trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml
===================================================================
--- trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml	2008-07-01 21:54:28 UTC (rev 75282)
+++ trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml	2008-07-01 23:00:20 UTC (rev 75283)
@@ -57,7 +57,7 @@
       <!-- Port on which the HA-JNDI stub is made available -->
       <property name="port">19100</property>
       <!-- Bind address of the HA-JNDI RMI endpoint -->
-      <attribute name="rmiBindAddress">${jboss.bind.address}</attribute>
+      <property name="rmiBindAddress">${jboss.bind.address}</property>
       <!-- RmiPort to be used by the HA-JNDI service once bound. 0 => auto. -->
       <property name="rmiPort">0</property>
       <!-- Accept backlog of the bootstrap socket -->




More information about the jboss-cvs-commits mailing list