[jboss-cvs] JBossAS SVN: r64810 - trunk/testsuite/src/resources/cache/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 23 15:56:41 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-23 15:56:41 -0400 (Thu, 23 Aug 2007)
New Revision: 64810

Modified:
   trunk/testsuite/src/resources/cache/META-INF/tree-service.xml
Log:
Update to 2.0

Modified: trunk/testsuite/src/resources/cache/META-INF/tree-service.xml
===================================================================
--- trunk/testsuite/src/resources/cache/META-INF/tree-service.xml	2007-08-23 17:21:50 UTC (rev 64809)
+++ trunk/testsuite/src/resources/cache/META-INF/tree-service.xml	2007-08-23 19:56:41 UTC (rev 64810)
@@ -12,7 +12,7 @@
     <!-- Defines TreeCache configuration                                      -->
     <!-- ==================================================================== -->
 
-    <mbean code="org.jboss.cache.TreeCache"
+    <mbean code="org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper"
         name="jboss.cache:service=testTreeCache">
 
         <depends>jboss:service=Naming</depends>
@@ -21,7 +21,7 @@
         <!--
             Configure the TransactionManager
         -->
-        <attribute name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
+        <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.JBossTransactionManagerLookup</attribute>
 
 
         <!--




More information about the jboss-cvs-commits mailing list