BATCH-493:Forgot to fix restart sample job.

This commit is contained in:
lucasward
2008-03-24 20:45:51 +00:00
parent 22b36cfa40
commit 33a46da03c

View File

@@ -43,7 +43,8 @@
<property name="resource"
value="classpath:data/fixedLengthImportJob/input/20070122.teststream.ImportTradeDataStep.txt" />
<property name="lineTokenizer" ref="fixedFileDescriptor" />
<property name="fieldSetMapper" ref="fieldSetMapper" />
<property name="fieldSetMapper" ref="fieldSetMapper" />
<property name="saveState" value="true" />
</bean>
<bean id="fixedFileDescriptor"