SkipLimitStepFactoryBean « Batch « Spring Q&A





1. ItemCount 0 with SkipLimitStepFactoryBean    forum.springsource.org

When I use SkipLimitStepFactoryBean I always have 0 in stepExecution.getItemCount() from my stepListener. Is it normal? I'm using the version 1.0.1.RELEASE.

2. SkipLimitStepFactoryBean gone in 1.1.3 Release    forum.springsource.org

Hi, I noticed that the SkipLimitStepFactoryBean isn't present anymore in the 1.1.3-RELEASE version. Is there a replacement for this one or did it move to some other package? Thanks, Salomo

3. SkipLimitStepFactoryBean missing in Spring Batch 2.0.0.M3    forum.springsource.org

Also keep in mind that the new namespace provided allows for the same functionality without needing to know which factory bean to use. Looking at skipSampleJob.xml in the samples project should ...

4. Unable to configure retryPolicy for SkipLimitStepFactoryBean    forum.springsource.org

Unable to configure retryPolicy for SkipLimitStepFactoryBean Hello, My batch application is pretty simple - input is a flat file, outputs: database and error file for wrong records. On write phase I ...

5. SkipLimitStepFactoryBean - Exception not being skipped    forum.springsource.org

SkipLimitStepFactoryBean - Exception not being skipped I'm attempting to setup a step in a such a way that it will continue processing if it encounters certain exceptions. I've therefore set the ...