}
// register the Authorization listener to restriction tenant!=0 setting super tenant
// specific permissions
ctxt.getBundleContext().registerService(
AuthorizationManagerListener.class.getName(),
new PermissionAuthorizationListener(), null);
} catch (Throwable e) {
log.error(e.getMessage(), e);
// don't throw exception
}
}