globalConfiguration.setAllowDuplicateDomains(true);
globalConfiguration.setMBeanServerLookup(PerThreadMBeanServerLookup.class.getName());
globalConfiguration.setJmxDomain("TxInterceptorMBeanTest");
CacheManager cacheManager1 = TestCacheManagerFactory.createCacheManager(globalConfiguration);
registerCacheManager(cacheManager1);
CacheManager cacheManager2 = TestCacheManagerFactory.createCacheManager(globalConfiguration.clone());
registerCacheManager(cacheManager2);
Configuration configuration = getDefaultClusteredConfig(Configuration.CacheMode.REPL_SYNC);
configuration.setExposeJmxStatistics(true);
configuration.setTransactionManagerLookupClass(DummyTransactionManagerLookup.class.getName());