[jboss-cvs] JBossAS SVN: r108315 - branches/infinispan-int/testsuite/src/resources/cluster/web/cachehelper.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 24 10:11:43 EDT 2010
Author: pferraro
Date: 2010-09-24 10:11:43 -0400 (Fri, 24 Sep 2010)
New Revision: 108315
Modified:
branches/infinispan-int/testsuite/src/resources/cluster/web/cachehelper/jboss-beans.xml
Log:
Drop ClusterTestCacheConfigs bean.
Modified: branches/infinispan-int/testsuite/src/resources/cluster/web/cachehelper/jboss-beans.xml
===================================================================
--- branches/infinispan-int/testsuite/src/resources/cluster/web/cachehelper/jboss-beans.xml 2010-09-24 14:10:48 UTC (rev 108314)
+++ branches/infinispan-int/testsuite/src/resources/cluster/web/cachehelper/jboss-beans.xml 2010-09-24 14:11:43 UTC (rev 108315)
@@ -2,14 +2,6 @@
<deployment xmlns="urn:jboss:bean-deployer:2.0">
- <!-- Additional cache configs used by test deployments -->
- <bean name="ClusterTestCacheConfigs"
- class="org.jboss.test.cluster.web.TestConfigurationAdder">
-
- <property name="configurationRegistry"><inject bean="CacheConfigurationRegistry"/></property>
- <property name="configurationAliases"><inject bean="CacheManager" property="configAliases"/></property>
- </bean>
-
<bean name="ClusterTestCacheHelper" class="org.jboss.test.cluster.web.CacheHelper">
<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.test:service=WebTestCacheHelper", exposedInterface=org.jboss.test.cluster.web.CacheHelperMBean.class, registerDirectly=true)</annotation>
More information about the jboss-cvs-commits
mailing list