item « Batch « Spring Q&A





1. way to pin point failed item in a chunk during write in spring batch    stackoverflow.com

What are the ways to log exact item which failed during writing a chunk of say 10 items size ? Is there a way to catch it in onWriteError method of ItemWriteListener ...

2. Lambdaj or apache predicate for filtering and modifying list item    stackoverflow.com

I am working on a data loader, implemented using Spring Batch i.e. reading multiple flat files, processing and writing the list of pojo at commit interval of 1000 to database.
Each ...

3. Marking failed batch items on error    forum.springsource.org

Hi I am updating users. For each user I make a web service call to retrieve their personal information. If the web service call fails I just want to mark the ...

4. Missing org.springframework.batch.item.AbstractItemWriter    forum.springsource.org

I am trying to upgrade from Spring Batch 1.0.1 to 1.1.2, and after I introduced the new jars into my project I am getting an error that it did not find ...

5. how to do Item transformation in Spring Batch 2.0.0.M3 API ?    forum.springsource.org

Hi All, My batch is currently running on Spring Batch 2.0.0.M3 API. I am trying to do an item transformation before writing an item on to a file . I couldn't ...

6. OutOfMemoryError due to ArryList in org.springframework.batch.core.step.item.Chunk    forum.springsource.org

OutOfMemoryError due to ArryList in org.springframework.batch.core.step.item.Chunk Hi, I have a Spring batch project which maps lines in an input file & writes to the DB. Each time the mapper (FieldSetMapper) is ...

7. ClassNotFoundException org/springframework/batch/item/file/mapping/FieldSet    forum.springsource.org

ClassNotFoundException org/springframework/batch/item/file/mapping/FieldSet I am trying to load my simple-job-launcher-context.xml and getting following error: org/springframework/batch/item/file/mapping/FieldSet is in transform package though. I am using 2.1.2 - and never got this issue before, any ...

8. Spring Batch - Item Writer for EBCDIC    forum.springsource.org

Spring Batch - Item Writer for EBCDIC Hi, I need to design the batch using Spring Batch for following functionality. 1. Need to Read the Data from Database. 2. Process it ...