super.setUp();
mcl_exception = null;
m_contextFactory = System.getProperty(Context.INITIAL_CONTEXT_FACTORY);
System.setProperty(Context.INITIAL_CONTEXT_FACTORY, CONTEXT_FACTORY);
DummyTransactionManager.getInstance();
m_cache = new TreeCache();
PropertyConfigurator config = new PropertyConfigurator();
config.configure(m_cache, "META-INF/replSync-service.xml");
m_cache.setTransactionManagerLookupClass(
"org.jboss.cache.DummyTransactionManagerLookup");
}