[jboss-cvs] JBossAS SVN: r108422 - projects/ejb3/branches/infinispan-int/core/src/test/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 4 11:29:08 EDT 2010


Author: pferraro
Date: 2010-10-04 11:29:08 -0400 (Mon, 04 Oct 2010)
New Revision: 108422

Modified:
   projects/ejb3/branches/infinispan-int/core/src/test/resources/statefulcontainer-beans.xml
Log:
We don't need a clustered stateful cache for unit tests.

Modified: projects/ejb3/branches/infinispan-int/core/src/test/resources/statefulcontainer-beans.xml
===================================================================
--- projects/ejb3/branches/infinispan-int/core/src/test/resources/statefulcontainer-beans.xml	2010-10-04 15:26:26 UTC (rev 108421)
+++ projects/ejb3/branches/infinispan-int/core/src/test/resources/statefulcontainer-beans.xml	2010-10-04 15:29:08 UTC (rev 108422)
@@ -31,11 +31,6 @@
                <key>SimpleStatefulCache</key>
                <value>org.jboss.ejb3.cache.simple.SimpleStatefulCacheFactory</value>
             </entry>
-            <!-- StatefulTreeCache -->
-            <entry>
-               <key>StatefulTreeCache</key>
-               <value>org.jboss.ejb3.cache.tree.StatefulTreeCacheFactory</value>
-            </entry>
          </map>
       </property>
    </bean>



More information about the jboss-cvs-commits mailing list