cache_ = new PojoCache();
PropertyConfigurator config = new PropertyConfigurator();
config.configure(cache_, "META-INF/replSync-service.xml"); // read in generic replSync xml
cache_.setTransactionManagerLookupClass("org.jboss.cache.DummyTransactionManagerLookup");
// cache_.setCacheMode(cachingMode_);
cache_.startService();
return cache_;
// org.jgroups.log.Trace.init();
}
void destroyCaches() throws Exception