RepeatTemplate « Exception « Spring Q&A





1. Exception RepeatTemplate.canContinue    forum.springsource.org

Exception RepeatTemplate.canContinue Hi i am using below config to run a step in multi thread ,This works fine as results are written to destination . But when results writting is slow ...

2. Exception in RepeatTemplate    forum.springsource.org

Exception in RepeatTemplate A batch process terminated after around 20 hrs with following Exception. Any ideas?? java.lang.NullPointerException at org.springframework.batch.repeat.support.RepeatTem plate.executeInternal(RepeatTemplate.java:248) at org.springframework.batch.repeat.support.RepeatTem plate.iterate(RepeatTemplate.java:143) at org.springframework.batch.core.step.item.ItemOrien tedStep.doExecute(ItemOrientedStep.java:231) at org.springframework.batch.core.step.AbstractStep.e xecute(AbstractStep.java:172) at ...