}
BundleContext bundleContext = ctxt.getBundleContext();
bundleContext.registerService(TopologyManagementService.class.getName(),
new TopologyManagementServiceImpl(), null);
log.debug("******* Topology Mgt Service bundle is activated ******* ");
} catch (Throwable e) {
log.error("******* Topology Mgt Service Service bundle is failed to activate ****", e);
}