Sonam Zam wrote:Then whats the significance of the property 'overWriteExistingJobs' ?
I think, 'overWriteExistingJobs' property will overwrite the currently running "same" job.
Sonam Zam wrote:If i want that the jobs in job1.xml to get overwritten if job2.xml has the same entry.
Two Jobs are same when they share the same "group" and same "name". So if job1.xml and job2.xml contains the same name and group then they get overwritten.
Sonam Zam wrote:In other words, how can I enforce that file2 should always have higher precedence than file1? And if file2 contains same job as file1 then the jobs from file2 should overwrite file1 jobs.
Search the JavaDocs, for that information. BTW, why do you want to create the same job in 2 different file ?