[jboss-cvs] JBossAS SVN: r65257 - trunk/testsuite/src/resources/cluster/partition.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 8 17:45:13 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-08 17:45:13 -0400 (Sat, 08 Sep 2007)
New Revision: 65257

Modified:
   trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml
Log:
Fix PartitionRestartUnitTestCase

Modified: trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml	2007-09-08 20:15:53 UTC (rev 65256)
+++ trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml	2007-09-08 21:45:13 UTC (rev 65257)
@@ -223,7 +223,9 @@
    <bean class="org.jboss.remoting.transport.Connector"
           name="RestartConnector">
 
-       <constructor>
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.remoting:service=RestartConnector,transport=socket", exposedInterface=org.jboss.remoting.transport.ConnectorMBean.class, registerDirectly=true)</annotation>
+         
+      <constructor>
           <!-- Remember that if you do use more than one param on the uri, will have to include as a CDATA, -->
           <!-- otherwise, parser will complain. -->
    	   <parameter><![CDATA[socket://${jboss.bind.address:localhost}:14446/?datatype=invocation&marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller&unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller&socketTimeout=60000&enableTcpNoDelay=true]]></parameter>
@@ -253,7 +255,6 @@
       <depends>RestartPartition</depends>
       
       <property name="connector"><inject bean="RestartConnector"/></property>
-	   
    </bean>
 
    <!-- ==================================================================== -->




More information about the jboss-cvs-commits mailing list