UserDao udao = (UserDao) ctx.getBean("userDao");
udao.refreshUsersCache();
LookupManager mgr = (LookupManager) ctx.getBean("lookupManager");
// get list of possible roles
context.setAttribute(Constants.AVAILABLE_ROLES, mgr.getAllRoles());
if (log.isDebugEnabled()) {
log.debug("Drop-down initialization complete [OK]");
}
}