jaxb « Batch « Spring Q&A





1. Spring Batch & Jaxb2Marshaller    stackoverflow.com

I am attempting to use Spring Batch to read an XML input file and save each chunk into a database, but I am getting the following exception:

Caused by: javax.xml.bind.UnmarshalException
 - with ...

2. Spring Batch Stax XML reading job is not ending when out of input    stackoverflow.com

I'm using Spring Batch to set up a job that will process a potentially very large XML file. I think I've set it up appropriately, but at runtime I'm finding ...

3. Spring Batch and Jaxb    forum.springsource.org

Hello, I would like to use Jaxb 2 with Spring Batch 2.0.0. Does anybody has some experience with that? I'm using the marshaller in the following way: Code: ...