Merge branch 'master' into BATCH-1799

This commit is contained in:
Michael Minella
2012-11-16 13:19:39 -06:00
2 changed files with 34 additions and 1 deletions

View File

@@ -258,7 +258,7 @@ public class TaskExecutorRepeatTemplate extends RepeatTemplate {
result = callback.doInIteration(context);
}
catch (Exception e) {
catch (Throwable e) {
error = e;
}
finally {