flow « Batch « Spring Q&A





1. What is the best way to test job flow in Spring-Batch?    stackoverflow.com

I've got a complicated batch application, and I want to test that my assumptions about flow are correct. Here's a much simplified version of what I'm working with:

<beans>
  <batch:job id="job1">
  ...

2. spring batch Invalid content was found starting with element 'flow'    stackoverflow.com

i have the following exception for the flow defintion in the spring batch config file.

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 102 in XML document from class path resource [sa/com/mobily/loader/job/DataLoaderJob.xml] is invalid; nested exception is org.xml.sax.SAXParseException: ...

3. spring batch flow    forum.springsource.org

Hi, It is very argent ! I am very new to Spring Batch. I need spring batch of read from a flat file and write the contents into a separate flat ...

4. How to configure complex job flow in Spring Batch    forum.springsource.org

How to configure complex job flow in Spring Batch Hi All, I am using Spring Batch to execute network of Store Procedures. In the network, every step has to execute one ...