I'll add my implementation of a UserDetailsService which is what you'll have to extend if you want to implement custom tables/POJOs for authentication.
I've got a Collector.java CollectorRole...
Type: Posts; User: chriswk; Keyword(s):
I'll add my implementation of a UserDetailsService which is what you'll have to extend if you want to implement custom tables/POJOs for authentication.
I've got a Collector.java CollectorRole...
http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/
is a rather good blogpost for SS, though it covers Spring Security 2 rather than 3 most of what's in there is valid for 3...
This seems to have reoccurred in Roo Release 1.0.0
When setting
@RooEntity(versionField="")
on a class
Afraid not Kees.
Though it seems like the tutorial on STSmedia
http://stsmedia.net/spring-finance-part-6-spring-security-3-integration/
have solved it to some extent, at least they managed...
So I've got a PersonController
@Controller
@RequestMapping("/person/**")
public class PersonController {
String dateFormat = "yyyy-MM-dd";
protected Log log =...
Hi.
I'm trying to get the #springFormCheckboxes tag to work when editing an existing user. It works perfect when adding a new user, but when the object is repopulated using the formBackingObject...