Search:

Type: Posts; User: chriswk; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,375

    I'll add my implementation of a...

    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...
  2. Replies
    6
    Views
    1,375

    http://www.mularien.com/blog/2008/07/07/5-minute-g...

    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...
  3. Replies
    5
    Views
    1,210

    Reproducible scaffolding bug in Release 1.0.0

    This seems to have reoccurred in Roo Release 1.0.0

    When setting



    @RooEntity(versionField="")

    on a class
  4. Afraid not Kees. Though it seems like the...

    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...
  5. @RequestMapping using wildcards fails with a NoSuchRequestHandlingMethodException

    So I've got a PersonController


    @Controller
    @RequestMapping("/person/**")
    public class PersonController {
    String dateFormat = "yyyy-MM-dd";
    protected Log log =...
  6. springFormCheckBoxes macro adding hidden input field

    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...
Results 1 to 6 of 6