First of all, sorry for my bad english

(a mysterious language for me ... w google translate!!!

)
I'm doing a web application with the framework in subject (more iBatis for management of persistence in db) and the problem is that......despite a successful implementation of the form Spring Security, the authentication doesn't work
For the accuracy.....after Login, don't enter in the method
loadUserByUsername!!!
I tried debugging with Eclipse but...nothing.....
Here's some code:
web.xml
applicationContext-security.xml
CustomUserService.java
- my Users implements UserDetails
- I don't use default tables for users e roles but I have custom tables
- page of login is by manual of Spring Security
If you need any more information or code, just ask!
Thank you!!!