1. Spring Batch & Jaxb2Marshaller stackoverflow.comI 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:
|
2. Spring Batch Stax XML reading job is not ending when out of input stackoverflow.comI'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.orgHello, 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: |