collection « Batch « Spring Q&A





1. Ways to reduce memory churn    stackoverflow.com

Background

I have a Spring batch program that reads a file (example file I am working with is ~ 4 GB in size), does a small amount of processing on the file, ...

2. How to skip a single jaxb element validation contained in a jaxb collection in Spring Batch Job?    stackoverflow.com

Client sends 50k customers in an xml file. I use Spring Batch's JaxBMarshaller and run in a Spring Batch job. Spring batch job gets a file, processes, and writes. Problem ...

3. fetching collections in spring batch    forum.springsource.org

fetching collections in spring batch I am using spring batch together with hibernate and when i try to fetch collections this exception is generated. Code: Caused by: org.hibernate.SessionException: collections cannot be ...