BATCH-1432: taskExecutor example was wrong

This commit is contained in:
dsyer
2009-11-06 08:20:19 +00:00
parent c41904a95e
commit f48a885f9c

View File

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