[jboss-cvs] JBossAS SVN: r107777 - branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Aug 25 11:12:24 EDT 2010
Author: pferraro
Date: 2010-08-25 11:12:24 -0400 (Wed, 25 Aug 2010)
New Revision: 107777
Modified:
branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelper.java
branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelperMBean.java
Log:
Comment out - let's replace this entirely.
Modified: branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelper.java
===================================================================
--- branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelper.java 2010-08-25 15:09:01 UTC (rev 107776)
+++ branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelper.java 2010-08-25 15:12:24 UTC (rev 107777)
@@ -50,14 +50,14 @@
public class CacheHelper
extends ServiceMBeanSupport
implements CacheHelperMBean
-{
+{
public static final String CACHE_CONFIG_PROP = "jbosstest.cluster.web.cache.config";
public static final ObjectName OBJECT_NAME =
ObjectNameFactory.create("jboss.test:service=WebTestCacheHelper");
public static final Integer VERSION_KEY = new Integer(0);
-
+/*
private String cacheConfigName;
private Cache cache;
// private boolean usePojoCache;
@@ -261,4 +261,5 @@
}
return cache;
}
+ */
}
Modified: branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelperMBean.java
===================================================================
--- branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelperMBean.java 2010-08-25 15:09:01 UTC (rev 107776)
+++ branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/web/CacheHelperMBean.java 2010-08-25 15:12:24 UTC (rev 107777)
@@ -25,6 +25,7 @@
public interface CacheHelperMBean
{
+ /*
void setCacheConfigName(String cacheConfigName);
Object getSessionVersion(String sessionFqn);
@@ -40,5 +41,5 @@
boolean getCacheHasSSO(String ssoId) throws Exception;
void releaseCache();
-
+*/
}
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list