protected void activate(ComponentContext context) {
try {
ActivationManager.startCacheCleaner();
if (registration == null) {
registration = context.getBundleContext().registerService(
ActivationService.class.getName(), new ActivationService(), null);
}
log.debug("******* Stratos Activation bundle is activated ******* ");
} catch (Exception e) {
log.error("******* Stratos Activation bundle failed activating ****", e);
}