Oops - missing bean ID

This commit is contained in:
dsyer
2007-10-15 07:46:32 +00:00
parent ac25be77e5
commit 383575ebe2

View File

@@ -42,7 +42,7 @@
</bean>
<!-- This input source is injected into the test case to verify the output - not used by the job at all -->
<bean class="org.springframework.batch.io.file.support.DefaultFlatFileInputSource">
<bean id="testInputTemplate" class="org.springframework.batch.io.file.support.DefaultFlatFileInputSource">
<property name="resource" ref="fileLocator" />
<property name="tokenizer" ref="tradeTokenizer" />
<property name="fieldSetMapper" ref="tradeMapper" />