I'v schedule application that interactive on database periodically. as application get connection through dbcp and continue, the SQLException was catched due to some reason;program break this route...
Type: Posts; User: Kasoulong; Keyword(s):
I'v schedule application that interactive on database periodically. as application get connection through dbcp and continue, the SQLException was catched due to some reason;program break this route...
thanks a lot !!!
I will try that.
Regards.
Kasoulong
thank you for your reply.
but i want to know where is the place that UserDetails.getPassword() do?
does acegi get UserDetails from database first, then match with Credentials got from web request...
I use form-based authentication, the action of login page is 'j_acegi_security_check'; and I implements 'UserDetailsService' interface in my DAO authentication style and it's 'UserDetailsService()'...
.............