This commit is contained in:
dsyer
2009-12-29 18:18:51 +00:00
parent 9e1d35c9cb
commit 99aeb7fe62
3 changed files with 31 additions and 2 deletions

View File

@@ -19,6 +19,15 @@
<property name="parent" value="#{stepExecutionContext[parent]}" />
</bean>
<bean id="nested" class="org.springframework.batch.core.scope.TestCollaborator">
<property name="name" value="foo" />
<property name="parent">
<bean class="org.springframework.batch.core.scope.TestCollaborator" scope="step">
<property name="name" value="#{stepExecutionContext[foo]}" />
</bean>
</property>
</bean>
<bean id="list" class="org.springframework.batch.core.scope.TestCollaborator" scope="step">
<property name="name" value="foo" />
<property name="list">