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

Grails version : 2.0.0 (Final) Quartz plugin version: 0.4.2 Compiling 171 source files. Error Compilation error: startup failed: Compile error during compilation with javac. /home/me/.grails/2.0.0.BUILD-SNAPSHOT/projects/myproj/plugins/quartz-0.4.2/src/java/org/codehaus/groovy/grails/plugins/quartz/listeners/SessionBinderJobListener.java:58: cannot find symbol symbol :...

The documentation says > A log is auto-injected into your task Job class without having to enable it. To set the logging level, just add > something like this to...

It would be nice to not have to have Hibernate to use the Quartz plugin. Grails 2 allows different data providers, so the Quartz plugin should probably extract anything Hibernate...

Hi Sergey, I have hunted down an issue in our app for the past few days and am now at a point where I have a grails project zip that...

Often times I run into situations where I need to define two or more jobs that depend on each other. It would be great if you could define dependencies between...

Adding in support for trigger previous and next fire times. Related changes in org.codehaus.groovy.grails.plugins.quartz.JobObject

Storing triggers as Spring-managed beans is meaningless. It was taken from Spring Quartz integration which use it for configuring triggers through XML. We don't need this at all.