OPEN - issue BATCH-385: Merge user attributes in StepContext with ExecutionContext

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

Make Job responsible for setting up step context.  Javadocs on StepContext to indicate that the attributes are volatile.  Add JobParametersAware (might be temporary).
This commit is contained in:
dsyer
2008-02-28 09:14:06 +00:00
parent 77a4ca5d0a
commit 425c270da3
11 changed files with 253 additions and 142 deletions

View File

@@ -10,7 +10,6 @@
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
<import resource="data-source-context.xml" />
<!-- import resource="alt-data-source-context.xml" /-->
<!-- register the step scope with the application context -->
<bean id="stepScope"