projectDAO = new MockSQLProjectDAO();
Map<Class<?>, Store<?>> daos = new HashMap<Class<?>, Store<?>>();
//just use a basic SQL auth for testing
LocalSecurityManager sm = new LocalSecurityManager();
sm.setSecurityStore(securityDAO);
securityProfileDAO.setJdbcTemplate(template);
securityProfileDAO.setSecurityManager(sm);
alertDAO.setJdbcTemplate(template);
alertDAO.setSecurityManager(sm);