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

not able to run dynamic jobs #1

Open
adeelmahmood opened this issue Aug 25, 2010 · 2 comments
Open

not able to run dynamic jobs #1

adeelmahmood opened this issue Aug 25, 2010 · 2 comments
Labels

Comments

@adeelmahmood
Copy link

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 that but does that means its not compatible with jdk1.4 even though both grails 1.2 (which is what I am using) and quartz work fine with 1.4 .. here is the error

groovy.lang.MissingPropertyException: No such property: BulkEmailJob for class: beam.BulkEmailController

my call to the job is from BulkEmailController and it looks like this
BulkEmailJob.triggerNow(['bulkEmailInstanceId': params.id])

BulkEmailJob is a job class that I created using the job-create script and sits in the grails-app/jobs folder ..

I just wanted to confirm if its an incompatibility issue or am I doing something wrong

@raoulus
Copy link

raoulus commented May 21, 2012

@adeelmahmood i am facing the same problem. have you found a solution for this problem?

@raoulus
Copy link

raoulus commented May 21, 2012

Got it! Adding the grails-app/jobs folder to the Build-Path is the trick...

nebolsin pushed a commit that referenced this issue Aug 16, 2013
…3cb417799

Fix for DefaultQuartzConfig values not being overridden by app Config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants