// implements Initializable
// -------------------------------------------------------------------------
public void initialize() throws Exception {
final NimbusMasterContext master =
NimbusLocalMasterContext.discoverApplicationContext();
this.manager = master.getModuleLocator().getManager();
final ReprFactory repr = master.getModuleLocator().getReprFactory();
final InstanceTranslate trInstance =
new InstanceTranslate(repr, master.getBaseURL());
this.translate = new EnsembleTranslate(repr, trInstance);
this.secDescPath = master.getBaseLocation() + File.separator +
Constants_GT4_0.SERVICE_SECURITY_CONFIG;
final URL url = this.getClass().getResource("ehcache.xml");
final CacheManager cacheManager = new CacheManager(url);
this.cache = cacheManager.getCache("ensembleCache");