protected void setConfigurationContextService(ConfigurationContextService ccService) { ConfigurationContext serverCtx = ccService.getServerConfigContext(); AxisConfiguration serverConfig = serverCtx.getAxisConfiguration(); LocalTransportReceiver.CONFIG_CONTEXT = new ConfigurationContext(serverConfig); LocalTransportReceiver.CONFIG_CONTEXT.setServicePath("services"); LocalTransportReceiver.CONFIG_CONTEXT.setContextRoot("local:/"); Util.setConfigurationContextService(ccService); }
protected void activate(ComponentContext context) { try { Util.registerRetrieverServices(context.getBundleContext()); if (log.isDebugEnabled()) { log.debug("******* Tenant Activity bundle is activated ******* "); } } catch (Throwable e) { log.error("******* Error in activating Tenant Activity bundle ******* ", e); } }
protected void unsetConfigurationContextService(ConfigurationContextService ccService) { Util.setConfigurationContextService(null); }
protected void unsetRealmService(RealmService realmService) { Util.setRealmService(null); }
protected void setRealmService(RealmService realmService) { Util.setRealmService(realmService); }
protected void unsetRegistryService(RegistryService registryService) { Util.setRegistryService(null); }
protected void setRegistryService(RegistryService registryService) { Util.setRegistryService(registryService); }