I have a spring batch job built on top of Spring batch 2.1.8RELEASE. To make it easy, I simplied the job configuration as below. I noticed Skippable exception thrown in item processor (someProcessor...
Type: Posts; User: victorfuwei; Keyword(s):
I have a spring batch job built on top of Spring batch 2.1.8RELEASE. To make it easy, I simplied the job configuration as below. I noticed Skippable exception thrown in item processor (someProcessor...
We are using org.springframework.oxm.jaxb.Jaxb2Marshaller as both marshaller and unmarshaller on server side web service. When it does unmarshalling, it can remove multiple contiguous spaces for an...
We got deadlock while doing multithreading in a step (item reader "someReader" is synchronized, item writer "dummyWriter" really doesn't do anyting). We are using Spring batch 2.1.2. The application...
Did you get it work? If so, can you share your solution? Otherwise, Can anybody kindly tell us the trick?
Hi! I am doing some prove of concept for using multi-threaded step in our project. I am using Spring batch 2.0.1 As in the attached batch XML configuration (which also documents the details of each...