Search:

Type: Posts; User: victorfuwei; Keyword(s):

Search: Search took 0.02 seconds.

  1. Skippable exception thrown caused items to be processed again?

    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...
  2. Issue in Jaxb2Marshaller marshalling xsd:token ?

    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...
  3. Spring batch 2.1.2 multi-threaded step deadlock in ResultHolderResultQueue.java

    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...
  4. Replies
    1
    Views
    1,193

    Did you get it work? If so, can you share your...

    Did you get it work? If so, can you share your solution? Otherwise, Can anybody kindly tell us the trick?
  5. skip total count synchronized in multi-threaded chunk-oriented TaskletStep?

    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...
Results 1 to 5 of 5