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
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'quartzScheduler': Invocation of init method failed; nested exception is org.quartz.SchedulerConfigException: DataSource name not set.
Caused by: org.quartz.SchedulerConfigException: DataSource name not set.
I tried setting
environments:
test:
quartz:
pluginEnabled: false
But then it gives me
Caused by: java.lang.NullPointerException: Cannot get property 'group' on null object
at grails.plugins.quartz.QuartzJob$Trait$Helper.schedule(QuartzJob.groovy:58)
The text was updated successfully, but these errors were encountered:
Hi,
I am using quartz
org.grails.plugins:quartz:2.0.13
with grails3.3.14
.My quartz config is as follows:
Now, i want to disable quartz for test environment. For that i did:
in
application.yml
file.But it gives me error:
I tried setting
But then it gives me
The text was updated successfully, but these errors were encountered: