Re: [Acegisecurity-developer] JdbcDaoImpl overrides queries and mappings in initDao()

2005-06-22 Thread Ben Alex
Durham David R Jr Ctr 805 CSPTS/SCE wrote: Am I correct that this will effectively override any property config that you might have done in Spring? Yes, it will. Most people tend to change the SQL strings or subclass JdbcDapImpl, though, as opposed to provide a new AuthoritiesByUsernameMap

[Acegisecurity-developer] JdbcDaoImpl overrides queries and mappings in initDao()

2005-06-15 Thread Durham David R Jr Ctr 805 CSPTS/SCE
I'm trying to override the authorities by username query and mapping in a JdbcDaoImpl. JdbcDaoImpl extends JdbcDaoSupport which implements IntiliazingBean and defines a final afterPropertiesSet method which calls initDao(). Here's the cod from JdbcDaoImpl: protected void initDao() throws Applica