After building project in Grails 2.5.1 reloading is not working. After some changes in controller, service or in my own groovy classes, I've to restart the application to see the changes. I've used this answer, but having the same behaviour.
In the console I'm getting an error-
plugins.AbstractGrailsPluginManager - Plugin [controllers:2.5.1] could not reload changes to file [***.groovy]: Cannot get property 'cacheOperationSource' on null object.
Have any ideas?