WASdev / standards.jsr352.jbatch

Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21 stars 18 forks source link

In partitioned batchlet case, we wrongly call collector on exception #42

Open scottkurz opened 8 years ago

scottkurz commented 8 years ago
public class BatchletStepControllerImpl extends SingleThreadedStepControllerImpl {
        try {
            invokeBatchlet(step.getBatchlet());
        } finally {
            invokeCollectorIfPresent();
        }