OPEN - issue BATCH-398: That old stateful / stateless thing again....

http://jira.springframework.org/browse/BATCH-398

New XML configuration convention for samples tests (similar to JUnit 4 support in Spring 2.5).  This enables us to keep the job configurations separate.
This commit is contained in:
dsyer
2008-02-29 18:35:37 +00:00
parent b4655119ca
commit 840ea77b7f
57 changed files with 192 additions and 126 deletions

View File

@@ -33,7 +33,7 @@ public interface JobLocator {
* unique
* @return a {@link Job} identified by the given name
*
* @throws NoSuchJobException if the required configuratio can
* @throws NoSuchJobException if the required configuration can
* not be found.
*/
Job getJob(String name) throws NoSuchJobException;