Spring Roo – Typicalsecurity Addon problem

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.

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.