[jboss-cvs] JBossAS SVN: r85573 - trunk/testsuite/src/resources/cluster/hasingleton/deployer.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 17:00:44 EST 2009


Author: bstansberry at jboss.com
Date: 2009-03-06 17:00:44 -0500 (Fri, 06 Mar 2009)
New Revision: 85573

Modified:
   trunk/testsuite/src/resources/cluster/hasingleton/deployer/test-deploy-hasingleton-jboss-beans.xml
Log:
[JBAS-5563] Test needs to set the profile name; using default "deploy-hasingleton" is not correct for the test fixture

Modified: trunk/testsuite/src/resources/cluster/hasingleton/deployer/test-deploy-hasingleton-jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/hasingleton/deployer/test-deploy-hasingleton-jboss-beans.xml	2009-03-06 21:59:36 UTC (rev 85572)
+++ trunk/testsuite/src/resources/cluster/hasingleton/deployer/test-deploy-hasingleton-jboss-beans.xml	2009-03-06 22:00:44 UTC (rev 85573)
@@ -13,6 +13,8 @@
       
       <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=TestHASingletonProfileManager,partition=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.singleton.HASingletonProfileManagerMBean.class, registerDirectly=true)</annotation>
                
+      <property name="profileName">test-hasingleton</property>
+      
       <property name="profileService"><inject bean="ProfileService"/></property>
       <property name="profileFactory"><inject bean="ProfileFactory"/></property>
       <property name="URIList">




More information about the jboss-cvs-commits mailing list