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

This project provides integration of the Quartz scheduling framework into the Grails Framework

Results 17 grails-quartz issues
Sort by recently updated
recently updated
newest added

Added in support for trigger previous and next fire time. Related changes in org.grails.plugins.quartz.JobManagerService

I have written an application that uses Quartz Plugin. I tested that it works when running grails run-app as well as war on Tomcat. However when I deploy it to...

I am using quartz-1.0-RC4 and found that .triggerNow.() is not working. Taking a closer look I found out that the problem is located in the plugin descriptor QuartzGrailsPlugin.groovy. Here the...

Hello, I am trying to expose quartz metrics via jmx using: org.quartz.scheduler.jmx.export = true I see the MBean show up, but the values don't appear to be changing (version 1.0-RC-2)....

I'm using Quartz plugin 0.4.2 with Grails 2.0.1, which works fine. When I wanted to update to Quartz plugin 1.0-RC1 there was this unsupported version error: | Error Plugin quartz-1.0-RC1...

Hi nebolsin! I had a problem with the plugin, using de jdbcStore option for Quartz. Take me a few days to know what was it. But I solved, I don't...

I am getting an error when I try to trigger one of my dynamic jobs. It works fine in jdk1.5 but I get the error in jdk1.4 so its probably...

bug

See http://blog.lightwaysoftware.com/2010/11/fixing-grails-error-the-job-referenced-by-the-trigger-does-not-exist/#comment-677 It would be helpful if this constraint was in the user documentation. especially this page: http://www.grails.org/plugin/quartz

http://www.quartz-scheduler.org/docs/2.0/migrationGuide.html