I am using spring batch 1.2.1 & jdk 1.4 & weblogic 8.1
I have reader; it always checks the table, process the unprocessed record and writer; writes into table.
Only one step is doing this task and it step is executing continuously. It is like 24*7 job.
I have to provide GUI to stop the JOB. Please suggest…
How to stop the existing step execution abruptly from another job?
Thanks in Advance


Reply With Quote