I created a new Grails 2.4 project, remote hibernation and the database migration plugin added the latest spring security module and mongo db, and when I started grails compile I got the following error
| Error Fatal error during compilation java.lang.NoClassDefFoundError: net/sf/ehcache/config/CacheConfiguration (Use --stacktrace to see the full trace)
If I remove the spring security plugin, it compiles, and if I remove the mongoDB plugin and use spring-security with hibernate, it still only works with the spring security combination with the solo mongoDB plugin, which gives the error above.
Any idea?
grails ehcache
Hussain fakhruddin
source share