You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, I was using the old version of the quartz plugin previously that was based on Quartz 1.x. 1.0-RC5 is based on Quartz2 which may be caused issues.
Here's the stacktrace that's thrown:
[[[
No such property: taskClasses for class: org.codehaus.groovy.grails.commons.DefaultGrailsApplication
]]]
Looking at the quartz plugin code, it looks like they've changed their naming from taskClasses to jobClasses. Replacing this in the main plugin code yield the expected results.
The text was updated successfully, but these errors were encountered:
OK, I was using the old version of the quartz plugin previously that was based on Quartz 1.x. 1.0-RC5 is based on Quartz2 which may be caused issues.
Here's the stacktrace that's thrown:
[[[
No such property: taskClasses for class: org.codehaus.groovy.grails.commons.DefaultGrailsApplication
]]]
Looking at the quartz plugin code, it looks like they've changed their naming from taskClasses to jobClasses. Replacing this in the main plugin code yield the expected results.
The text was updated successfully, but these errors were encountered: