[jboss-cvs] JBossAS SVN: r108027 - branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/testutil.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 7 15:59:38 EDT 2010


Author: pferraro
Date: 2010-09-07 15:59:37 -0400 (Tue, 07 Sep 2010)
New Revision: 108027

Modified:
   branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/testutil/SessionTestUtil.java
Log:
Upgrade ha-server-cache-spi to 3.0.0.Alpha6, ha-server-cache-ispn to 1.0.0.Alpha11.
Use name from init(...) for getName().

Modified: branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/testutil/SessionTestUtil.java
===================================================================
--- branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/testutil/SessionTestUtil.java	2010-09-07 19:48:08 UTC (rev 108026)
+++ branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/testutil/SessionTestUtil.java	2010-09-07 19:59:37 UTC (rev 108027)
@@ -131,7 +131,7 @@
          @Override
          public <K, V> Cache<K, V> getCache(LocalDistributableSessionManager manager)
          {
-            return cacheContainer.getCache(manager.getContextName());
+            return cacheContainer.getCache(manager.getName());
          }
       };
       



More information about the jboss-cvs-commits mailing list