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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user