RESOLVED - BATCH-1408: SimpleJobLauncher Package wrong

This commit is contained in:
robokaso
2009-09-16 16:38:01 +00:00
parent f0e2aef7a8
commit d2023666c3

View File

@@ -404,7 +404,7 @@ catch (JobRestartException e) {
execution:</para>
<programlisting>&lt;bean id="jobLauncher"
class="org.springframework.batch.execution.launch.SimpleJobLauncher"&gt;
class="org.springframework.batch.core.launch.support.SimpleJobLauncher"&gt;
&lt;property name="jobRepository" ref="jobRepository" /&gt;
&lt;/bean&gt;</programlisting>
@@ -451,7 +451,7 @@ catch (JobRestartException e) {
<classname>TaskExecutor</classname>:</para>
<programlisting>&lt;bean id="jobLauncher"
class="org.springframework.batch.execution.launch.SimpleJobLauncher"&gt;
class="org.springframework.batch.core.launch.support.SimpleJobLauncher"&gt;
&lt;property name="jobRepository" ref="jobRepository" /&gt;
&lt;property name="taskExecutor"&gt;
&lt;bean class="org.springframework.core.task.SimpleAsyncTaskExecutor" /&gt;