Hi,
Do I have to have my class initialized via an applicationContext in order for @PreAuthorize(...) to work>??? I can get access to the authenticated Principle by doing a ServletContextHolder.getContext()..... but can't get my method security to work.....because the bean is that i am using is not wired up in the applicationContext....


Reply With Quote
