In appfuse 1.8 there was applicationContext-security.xml and one part of it
was:
<bean id="jdbcAuthenticationDao"
class="net.sf.acegisecurity.providers.dao.jdbc.JdbcDaoImpl">
<property name="dataSource"><ref bean="dataSource"/></property>
<property name="usersByUsernameQuery">
There I could change the login SQL.
How can I achieve that in appfuse 2? I searched through all files, I checked
Acegi reference guide but I cant figure out where the login sql in appfuse 2
is hidden.
Thanks
René
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]