Results 1 to 3 of 3

Thread: STS and ROO

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default STS and ROO

    Not sure which to blame Roo or STS. I think more towards STS, but I have run security setup in Roo and it generated everything I needed, but I have to customize Spring Security, so I create a class that will implement UserDetailsService.

    At first it shows UserDetailsService as error, but not the option to do an import, since I should just need an import. So, I then do a Project-clean, and now the class is not showing any error, even though UserDetailService is still not imported into my class that is to implement it.

    I should see an error, then I should be able to do an import on UserDetailService and then an error because I haven't implemented loadUserByUserName method yet.

    I know have must have wasted a good year or so on Eclipse problems alone.

    Thanks

    Mark

  2. #2
    Join Date
    Dec 2005
    Posts
    930

    Default

    Attach a full Roo script here and I will try it out.
    Thanks
    Alan
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  3. #3
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    Thanks Alan. I sent you a PM with a link to my .roo script that you can use.

    Mark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •