我正在使用spring 3.0,jpa hibernate用于持久性,所以我想使用带有spring 3.0的quartz 1.8.5来调用我的方法,该方法首先在发送文件之前检查DB中的一些参数。 问题是从不调用DB代码,在日志文件中我有以下消息:
[QuartzScheduler] INFO - Scheduler meta-data: Quartz Scheduler
(v1.8.5) 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0'
with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
没有石英部分的代码(Spring,Jpa ..)工作正常。
我测试相同的quartz配置来调用一个简单的方法printHello,它也很好用。 任何迹象都会非常感激。
感谢的