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