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:
parent
fb7a74ae63
commit
00d1e656c4
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue