views:

319

answers:

1

Hi, i am using quartz in my project, and i'm storing the jobs in the adojobstore, i've created a working quartz windows service, but i can't find where i can configure the quartz_jobs.xml to use AdoJobstore instead of RamJobStore. Thanks

A: 

quartz_jobs.xml is for describing jobs and triggers. The job store implementation is configured in scheduler factory properties, either by giving them as constructor parameter or by using app.config's quartz section. See http://quartznet.sourceforge.net/tutorial/lesson_9.html for more information on job store topic.

Marko Lahma
well the tutorial need to be updated, because i solved this issue weeks ago, and trust me the configuration lines given in the lessen 9 ain't enough to make it work properly.all i had to do is to add some configuration lines, i got inspired from the No0peration Project at sourceforge.comthanks anyway
aleo