Unable to resolve class org.codehaus.groovy.grails.plugins.springsecurity.Secured

Posted by Alan on Stack Overflow See other posts from Stack Overflow or by Alan
Published on 2010-03-27T23:06:50Z Indexed on 2010/03/27 23:13 UTC
Read the original article Hit count: 1425

Hi,

I'm new to Grails and I'm seeing the error "Groovy:unable to resolve class org.codehaus.groovy.grails.plugins.springsecurity.Secured" when I open a Grails app in SpringSource Tool Suite (STS) and build the project.

However the application does run when I issue the run-app command and I can login. Also when I look in my .grails folder I can see that 'grails-acegi-0.5.2.zip' has been downloaded.

When I issues the upgrade command from the grails command prompt I get a message telling me that all dependancies have been resolved.

Thanks for any help.

© Stack Overflow or respective owner

Related posts about grails

Related posts about sts