private Cache plainCache;
public DistributedCacheManager getDistributedCacheManager(String cacheConfigName)
throws ClusteringNotSupportedException
{
return plainCache == null? new JBossCacheService(cacheConfigName) : new JBossCacheService(plainCache);
}