I have a web application that was developed using Grails. I\'m trying to implement a background process that scans a table in DB for every 5 mins using quartz1.0-RC9 plugin
I would suggest doing a:
grails clean
and also deleting the .slcache folder, that you can find under
~/.grails/.slcache
regards