SimpleStepFactoryBean « Bean « Spring Q&A





1. startLimit in SimpleStepFactoryBean    forum.springsource.org

Hello All, Can someone help me to understand what does startLimit property in org.springframework.batch.core.step.item.SimpleSte pFactoryBean is used for? Thanks!

2. SimpleStepFactoryBean#setExceptionHandler() not working    forum.springsource.org

It appears that while SkipLimitFactoryBean and StatefulRetryFactoryBean propogate the ExceptionHandler set in setExceptionHandler(), SimpleStepFactoryBean does not. The resulting ItemOrientedStep does not have anything other than DefaultExceptionHandler. I believe that a call ...

3. SimpleStepFactoryBean and throttleLimit    forum.springsource.org

SimpleStepFactoryBean creates TaskExecutorRepeatTemplate templates but it does not set the throttleLimit which defaults to 4. If I have a TaskExecutor with more than 4 threads this is a bottleneck. Shouldn't the ...

4. SimpleStepFactoryBean throttleLimit not working - bug or incorrect usage?    forum.springsource.org

SimpleStepFactoryBean throttleLimit not working - bug or incorrect usage? I wanted to change the throttlelimit from default to 15 or 20. I am experiencing a strange problem with Item Reader/Writer with ...

5. Default value of singleton in the SimpleStepFactoryBean.java    forum.springsource.org

Hello, As I see, the default value of singleton in the SimpleStepFactoryBean.java is "true" from the Spring Batch 2.0.3.Realse version. Code: private boolean singleton = true; But, I can see following ...