From c2b7519b7bbbcd7580ee35bc37f49b744bbbb459 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 28 May 2009 12:30:25 +0000 Subject: [PATCH] Finish off placeholder test with method invoking tasklet --- spring-batch-samples/.springBeans | 3 +- .../src/main/resources/jobs/taskletJob.xml | 43 +++++++++++-------- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/spring-batch-samples/.springBeans b/spring-batch-samples/.springBeans index a7c754fdf..59737c92d 100644 --- a/spring-batch-samples/.springBeans +++ b/spring-batch-samples/.springBeans @@ -1,7 +1,7 @@ 1 - + @@ -70,6 +70,7 @@ src/test/resources/org/springframework/batch/sample/PartitionJobFunctionalTests-context.xml src/main/resources/jobs/multilineOrderValidator.xml src/main/resources/jobs/restartFileSampleJob.xml + src/main/resources/jobs/taskletJob.xml diff --git a/spring-batch-samples/src/main/resources/jobs/taskletJob.xml b/spring-batch-samples/src/main/resources/jobs/taskletJob.xml index 83dbe057a..8a3679790 100644 --- a/spring-batch-samples/src/main/resources/jobs/taskletJob.xml +++ b/spring-batch-samples/src/main/resources/jobs/taskletJob.xml @@ -1,31 +1,36 @@ - + - + + + - + - - - + + + - - - + + +