OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404 SPlit item processor implementations
This commit is contained in:
@@ -27,14 +27,11 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="testGenerator"
|
||||
<bean id="itemGenerator"
|
||||
class="org.springframework.batch.sample.item.reader.GeneratingItemReader">
|
||||
<property name="limit" value="10" />
|
||||
</bean>
|
||||
|
||||
<bean id="itemGenerator" parent="testGenerator"
|
||||
autowire-candidate="false" />
|
||||
|
||||
<bean id="itemWriter"
|
||||
class="org.springframework.batch.sample.item.writer.RetrySampleItemWriter" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user