BATCH-1105: fixed xml schema information
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
fileref="images/spring-batch-reference-model.png"
|
||||
format="PNG" scale="80" />
|
||||
</imageobject>
|
||||
|
||||
<caption><para>Figure 2.1: Batch Stereotypes</para></caption>
|
||||
</mediaobject>
|
||||
|
||||
@@ -214,8 +215,10 @@
|
||||
<title>JobExecution properties</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
<colspec colname="c1" colwidth="*"/>
|
||||
<colspec colname="c2" colwidth="4*"/>
|
||||
<colspec colname="c1" colwidth="*" />
|
||||
|
||||
<colspec colname="c2" colwidth="4*" />
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>status</entry>
|
||||
@@ -586,8 +589,10 @@
|
||||
<title>StepExecution properties</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
<colspec colname="c1" colwidth="*"/>
|
||||
<colspec colname="c2" colwidth="4*"/>
|
||||
<colspec colname="c1" colwidth="*" />
|
||||
|
||||
<colspec colname="c2" colwidth="4*" />
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>status</entry>
|
||||
@@ -1008,10 +1013,11 @@
|
||||
configuration:</para>
|
||||
|
||||
<programlisting> <beans:beans xmlns="<emphasis role="bold">http://www.springframework.org/schema/batch</emphasis>"
|
||||
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
|
||||
<emphasis role="bold">http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-2.0.xsd</emphasis>>
|
||||
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
|
||||
<emphasis role="bold">http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-2.0.xsd</emphasis>">
|
||||
|
||||
<job id="ioSampleJob">
|
||||
<step id="step1">
|
||||
|
||||
Reference in New Issue
Block a user