Closed
Description
Dave Syer opened SPR-5224 and commented
Need to have late binding to scope-specific attributes in Spring Batch, e.g.
<bean class="..." scope="step">
<property name="resource" value="#{stepAttributes.inputFile}"/>
</bean>
or
<bean class="..." scope="step">
<property name="reader" ref="#{stepAttributes.readerRef}"/>
</bean>
Issue Links:
- BATCH-282 Make input parameters easier to access from ItemReaders, etc. ("is depended on by")