thanks for the advice, i've managed to "stop" a batch job (in spring batch 1.1.4) via setting either the JobExecution/StepExecution instance in the WebApplicationContext's ServletContext as a session...
Type: Posts; User: ryan_sg; Keyword(s):
thanks for the advice, i've managed to "stop" a batch job (in spring batch 1.1.4) via setting either the JobExecution/StepExecution instance in the WebApplicationContext's ServletContext as a session...
Hi,
i am using Quartz 1.6.4 as the scheduler for Spring Batch 1.1.4 jobs in an enterprise web application, which uses struts + spring (including spring batch) + quartz. This web application allows...