// System.setProperty("tangosol.pof.enabled", "true");
// System.setProperty("tangosol.pof.config", "test-pof-config.xml");
// System.setProperty("tangosol.coherence.cacheconfig", "test-pof-cache-config.xml");
System.setProperty("tangosol.coherence.distributed.localstorage", "true");
CacheFactory.setConfigurableCacheFactory(new DefaultConfigurableCacheFactory("test-pof-cache-config.xml"));
// // Hack around, to swetch default pof config after class is loaded
// Field f = ConfigurablePofContext.class.getField("DEFAULT_RESOURCE");
// f.setAccessible(true);
// f.set(null, System.getProperty("tangosol.pof.config"));