OPEN - issue BATCH-404: FactoryBeans for step configuration

http://jira.springframework.org/browse/BATCH-404

Switch back to strongly typed listeners and streams in ItemOrientedStep
This commit is contained in:
dsyer
2008-03-02 13:55:54 +00:00
parent e5cccef3d1
commit 81b9b5ebc8
15 changed files with 100 additions and 88 deletions

View File

@@ -12,8 +12,8 @@
<bean id="beanWrapperMapperJob" parent="simpleJob">
<property name="steps">
<list>
<bean id="step1" parent="defaultStep">
<property name="listeners" ref="fileInputTemplate" />
<bean id="step1" parent="simpleStep">
<property name="streams" ref="fileInputTemplate" />
<property name="itemReader">
<bean
class="org.springframework.batch.item.reader.ValidatingItemReader">