public class TestJBossCacheWorkspaceStorageCacheInClusterMode extends TestWorkspaceStorageCacheInClusterMode<JBossCacheWorkspaceStorageCache>
{
public JBossCacheWorkspaceStorageCache getCacheImpl() throws Exception
{
TransactionService transactionService =
(TransactionService)container.getComponentInstanceOfType(TransactionService.class);
ArrayList<SimpleParameterEntry> list = new ArrayList<SimpleParameterEntry>();
list.add(new SimpleParameterEntry(JBossCacheWorkspaceStorageCache.JBOSSCACHE_CONFIG,
"jar:/conf/standalone/cluster/test-jbosscache-data-no-mux.xml"));