grails-quartz
grails-quartz copied to clipboard
triggerNow not working
I am using quartz-1.0-RC4 and found that <JobClass>.triggerNow.() is not working. Taking a closer look I found out that the problem is located in the plugin descriptor QuartzGrailsPlugin.groovy. Here the plugin uses a parameter constellation of triggerJob(String jobName, String jobGroup, JobDataMap) which is no longer supported. JobName and JobGroup must be wrapped into a JobKey.
This problem exists in several places in the descriptor...
+1