try {
props = new Properties();
// Register the SampleAttributeService under IdentityAttributeService interface.
ctxt.getBundleContext().registerService(IdentityAttributeService.class.getName(),
new SampleAttributeService(), props);
if (log.isDebugEnabled()) {
log.debug("Successfully registered the SampleAttributeService service");
}
} catch (Throwable e) {