protected void activate(ComponentContext context) {
try {
log.debug("Gadget Repository Backend Component bundle is activated");
GadgetRepoContext.getRegistryService().getConfigSystemRegistry().getRegistryContext().getHandlerManager().
addHandler(null, new MediaTypeMatcher(DashboardConstants.GADGET_MEDIA_TYPE),
new GadgetZipUploadHandler());
} catch (Exception e) {
log.debug("Failed to activate Dashboard Backend Component bundle ");
}
}