Hi,
Can anyone tell me how I can overwrite the job detail persisted using JdbcJobStore? It seems that <property name="overwriteExistingJobs"><value>true</value></property> only works for persisted triggers and not the job detail.
Hi,
Can anyone tell me how I can overwrite the job detail persisted using JdbcJobStore? It seems that <property name="overwriteExistingJobs"><value>true</value></property> only works for persisted triggers and not the job detail.
The LocalDataSourceJobStore doesn't persist anything, it's all handled by its super class (JobstoreCMT). So I guess this is a Quartz thing. Could you check with opensymphony to see what they have to say about it?
Alef