Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isQuartzPluginInstalled throws an exception and returns false when using :quartz:1.0-RC5 #22

Open
rowlandwatkins opened this issue Mar 7, 2013 · 0 comments

Comments

@rowlandwatkins
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant