RESOLVED - issue BATCH-1522: Intermittent failure of FaultTolerantStepFactoryBean in multi-threaded test

This commit is contained in:
dsyer
2010-03-03 13:17:02 +00:00
parent 4aaa88b76d
commit cfca1a9296
2 changed files with 11 additions and 17 deletions

View File

@@ -377,7 +377,6 @@ public class TaskletStep extends AbstractStep {
stepExecution.setStatus(BatchStatus.STOPPED);
stepExecution.setTerminateOnly();
Thread.currentThread().interrupt();
throw e;
}
// In case we need to push it back to its old value