Compilation problem while starting the project
java\grails\plugin\quartz2\GrailsJobFactory.java:49: cannot find symbol
symbol : method newJob(org.quartz.spi.TriggerFiredBundle,org.quartz.Scheduler)
location: class org.quartz.simpl.PropertySettingJobFactory
return super.newJob(bundle,scheduler);
What could be the problem?
Just download Quartz 2 Jar file and place it in “Lib” folder which will fix this compilation issue