Reduce use of "multiplexer" in names; use JGroups

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14354 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2008-02-23 23:53:49 +00:00
parent fb7a74ae63
commit 00d1e656c4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public abstract class AbstractRegionImplTestCase extends AbstractJBossCacheTestC
assertEquals("Cache is REPL_SYNC", "REPL_SYNC", remoteCache.getConfiguration().getCacheModeString());
JChannelFactory channelFactory = new JChannelFactory();
channelFactory.setMultiplexerConfig(SharedCacheInstanceManager.DEF_MULTIPLEXER_RESOURCE);
channelFactory.setMultiplexerConfig(SharedCacheInstanceManager.DEF_JGROUPS_RESOURCE);
remoteCache.getConfiguration().getRuntimeConfig().setMuxChannelFactory(channelFactory);
remoteCache.start();