// This should ideally contain properties of MailTransportService as
// a collection of key/value pair. Here we do not require to add any elements.
props = new Properties();
// Register the StonehengeAttributeService under IdentityAttributeService interface.
ctxt.getBundleContext().registerService(IdentityAttributeService.class.getName(),
new StonehengeAttributeService(), props);
if (log.isDebugEnabled()) {
log.debug("Successfully registered the StonehengeAttributeService service");
}
} catch (Throwable e) {