PDA

View Full Version : How to overwrite job detail persisted using JdbcJobStore



allan_linga
Sep 12th, 2004, 08:36 PM
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.

Alef Arendsen
Sep 28th, 2004, 02:32 PM
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