• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JSF 1.2 + Authentication with Spring Security 3.0.5

 
Greenhorn
Posts: 1
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!!!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic