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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: