The ACEGI configuration is stored in security.xml - the easiest is probably
if you copy the file from the target directory in your web project over to
src/webapp/WEB-INF.

Mike

On Dec 7, 2007 7:35 AM, René Günther <[EMAIL PROTECTED]> wrote:

> 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]
>
>

Reply via email to