Hi,

I am launching the spring batch through quartz scheduler.Here, i configured the scheduler to run every day.But , first time the quartz scheduler is launching the spring batch , and after sucessful completion, the quartz scheduler is terminating.

Here I am not uisng the spring batch related quartz configuration.

By using quartz i have written a scheduler and a job.

In side the job I am calling

CommandLineJobRunner.main(new String[] {"sample-config.xml" , "samplerJob"});

Is there any issuse with configuration?

Regards,
Siva