oh, and excuse the typos...
...stupid BlackBerry...

On 7/13/07, Ray Krueger <[EMAIL PROTECTED]> wrote:
> Mack, yor best bet is going to be to do some research on your own first.
> Read the reference guide, read the articles and tutorials, and look at
> the samples.
> Also, the forums are the best place for user questions.
> http://forum.springframework.org
>
>
>
> On 7/12/07, Mack Boonyoung <[EMAIL PROTECTED]> wrote:
> > <bean id="userDetailsService"
> > class="org.acegisecurity.userdetails.memory.InMemoryDaoImpl">
> >    <property name="userProperties">
> >    <bean
> > class="org.springframework.beans.factory.config.PropertiesFactoryBean">
> >       <property name="location" value="/WEB-INF/users.properties"/>
> >    </bean>
> >    </property>
> > </bean>
> >
> > I do like above thing to make me first project on Acegi.
> >
> > How can I change that bean definition to make it can get the credential from
> > the DB? I mean if I wanna get it done by the helping hands of Spring +
> > Hibernate.
> >
> > Thnx in advance
> > Mack
> >
> > _________________________________________________________________
> > Don't just search. Find. Check out the new MSN Search!
> > http://search.msn.com/
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Home: http://acegisecurity.org
> > Acegisecurity-developer mailing list
> > Acegisecurity-developer@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> >
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to