BATCH-1432: fix task executor XML example

This commit is contained in:
dsyer
2009-11-06 08:21:43 +00:00
parent 9729bf588d
commit 1dc4e25aef

View File

@@ -47,11 +47,7 @@
attribute of the <literal>tasklet</literal>:</para>
<programlisting>&lt;step id="loading"&gt;
&lt;tasklet reader="stagingReader"
processor="stagingProcessor"
writer="tradeWriter"
commit-interval="1"
task-executor="taskExecutor"/&gt;
&lt;tasklet task-executor="taskExecutor"&gt;...<&lt/tasklet&gt;
&lt;/step&gt;</programlisting>
<para>In this example the taskExecutor is a reference to another bean