Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to resolve class org.codehaus.groovy.grails.commons.ApplicationHolder

i had installed the spring security plugin in my application but now i am getting the below error

unable to resolve class org.codehaus.groovy.grails.commons.ApplicationHolder

like image 545
Gaurav vijayvargiya Avatar asked Nov 02 '25 15:11

Gaurav vijayvargiya


1 Answers

Vahid is right..

try to change your grailsApplication to Holders.grailsApplication and one more thing.. pluginManager to Holders.pluginManager

It should work!

like image 82
Kenneth P. Avatar answered Nov 04 '25 14:11

Kenneth P.