grails-quartz icon indicating copy to clipboard operation
grails-quartz copied to clipboard

triggerNow not working

Open owahlen opened this issue 12 years ago • 1 comments

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...

owahlen avatar Jan 04 '13 18:01 owahlen

+1

kenliu avatar Dec 08 '13 05:12 kenliu