1. Ways to reduce memory churn stackoverflow.comBackgroundI 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.comClient 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.orgfetching 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 ... |