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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 17 19:57:38 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-06-17 19:57:38 -0400 (Tue, 17 Jun 2008)
New Revision: 74749

Modified:
   trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-beans.xml
Log:
Fix the uninstall callback method

Modified: trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-beans.xml	2008-06-17 23:06:28 UTC (rev 74748)
+++ trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-beans.xml	2008-06-17 23:57:38 UTC (rev 74749)
@@ -256,7 +256,7 @@
         </install>
       
         <!-- When we're uninstalled, unregister ourself -->
-        <uninstall bean="CacheConfigurationRegistry" method="registerConfiguration">
+        <uninstall bean="CacheConfigurationRegistry" method="unregisterConfiguration">
           <parameter>relection-policy</parameter>
         </uninstall>
         




More information about the jboss-cvs-commits mailing list