props.put(CarbonConstants.AXIS2_CONFIG_SERVICE, AxisObserver.class.getName());
ctxt.getBundleContext().registerService(AxisObserver.class.getName(), new CloudDeploymentInterceptor(),props);
// register the role player for this configuration
AxisConfiguration axisConfiguration = configContext.getAxisConfiguration();
axisConfiguration.addParameter(new Parameter("rolePlayer", new SuperTenantRolePlayer()));
} catch (Exception e) {
log.error("CloudDeploymentServiceComponent activation failed", e);
}
}