[jboss-cvs] JBossAS SVN: r66459 - trunk/testsuite/src/resources/cluster/partition.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 25 17:53:53 EDT 2007
Author: bstansberry at jboss.com
Date: 2007-10-25 17:53:53 -0400 (Thu, 25 Oct 2007)
New Revision: 66459
Modified:
trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml
Log:
[JBAS-4888] Inject InvalidationManagerMBean into JGCacheInvalidationBridge
Modified: trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml 2007-10-25 21:46:30 UTC (rev 66458)
+++ trunk/testsuite/src/resources/cluster/partition/partition-restart-beans.xml 2007-10-25 21:53:53 UTC (rev 66459)
@@ -256,10 +256,9 @@
<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.cache:service=InvalidationBridge,type=JavaGroups,partitionName=RestartPartition", exposedInterface=org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridgeMBean.class, registerDirectly=true)</annotation>
<depends>RestartPartition</depends>
- <depends>jboss.cache:service=InvalidationManager</depends>
<property name="HAPartition"><inject bean="RestartPartition"/></property>
- <property name="invalidationManager">jboss.cache:service=InvalidationManager</property>
+ <property name="invalidationManager"><inject bean="jboss.cache:service=InvalidationManager"/></property>
<property name="bridgeName">RestartJGBridge</property>
</bean>
More information about the jboss-cvs-commits
mailing list