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">