I followed the steps to install this addon for Spring Roo. But I kept getting this message. ”Command ‘typicalsecurity setup’ was found but is not currently available
I found that some generous developer provided a fix to this. Install the new .jar file as per instructions here
http://code.google.com/p/spring-roo-addon-typical-security/issues/detail?id=17
After this, the addon ran successfully and created all the necessary Entities and scaffold artefacts. One error I faced is - “There is already ‘forgotPasswordController’ bean method” I found that by explicitly adding @RequestMapping (value=”/forgotpassword/index”) to the controller classes, these issues were resolved and the application could be run.
Once issue remaining after changing the mapping to “/forgotpassword/index” I found that the links don’t work from the browser. I must have missed something and will update this post once I find out the cause.




