From ab1419df4c8d8988a4e45db00a3d2e3c8ed70027 Mon Sep 17 00:00:00 2001 From: dhgarrette Date: Thu, 26 Feb 2009 17:50:07 +0000 Subject: [PATCH] BATCH-1105: fixed xml schema information --- src/site/docbook/reference/domain.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/site/docbook/reference/domain.xml b/src/site/docbook/reference/domain.xml index 0c3afd144..366bfa823 100644 --- a/src/site/docbook/reference/domain.xml +++ b/src/site/docbook/reference/domain.xml @@ -49,6 +49,7 @@ fileref="images/spring-batch-reference-model.png" format="PNG" scale="80" /> + Figure 2.1: Batch Stereotypes @@ -214,8 +215,10 @@ JobExecution properties - - + + + + status @@ -586,8 +589,10 @@ StepExecution properties - - + + + + status @@ -1008,10 +1013,11 @@ configuration: <beans:beans xmlns="http://www.springframework.org/schema/batch" - xmlns:beans="http://www.springframework.org/schema/beans" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd - http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-2.0.xsd> + xmlns:beans="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd + http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-2.0.xsd"> <job id="ioSampleJob"> <step id="step1">