BATCH 733: Parent context missed a commit...
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
<mainClass>org.springframework.batch.core.launch.support.CommandLineJobRunner</mainClass>
|
||||
<arguments>
|
||||
<!-- job configuration file -->
|
||||
<argument>classpath:/META-INF/spring/module-context.xml</argument>
|
||||
<argument>classpath:/launch-context.xml</argument>
|
||||
<!-- job name -->
|
||||
<argument>job1</argument>
|
||||
</arguments>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<description>Example job to get you started. It provides a skeleton for a typical batch application.</description>
|
||||
|
||||
<import resource="classpath:/simple-job-launcher-context.xml"/>
|
||||
<import resource="classpath:/org/springframework/batch/sample/config/common-context.xml" />
|
||||
|
||||
<bean id="job1" parent="simpleJob">
|
||||
<property name="steps">
|
||||
|
||||
@@ -72,3 +72,6 @@ tokenizer
|
||||
tokenizes
|
||||
interceptions
|
||||
immutable
|
||||
stateless
|
||||
autowiring
|
||||
strategizing
|
||||
|
||||
Reference in New Issue
Block a user