lookupCache(cacheName);
}
// Configure a registry client to use the specified cache
if (_cache != null) {
_registry = new InfinispanRegistry(_cache);
} else {
SCALogger.ROOT_LOGGER.unableToResolveCacheContainer(cacheName);
}
Configuration bridgeRemoteTxConfig = environment.getFirstChild(DISABLE_REMOTE_TRANSACTION_PROPERTY);