我尝试对步骤进行分区,但是我得到了#34;配置问题:元素[step1]无法访问"。
<step id="partitionement" next="otherStep">
<partition step="step1" partitioner="bean1">
<handler grid-size="10" task-executor="threadPoolTaskExecutor" />
</partition>
</step>
<batch:step id="step1">
<tasklet>
...
</tasklet>
</batch:step>
<step="otherStep">
...
</step>
<bean id="bean1" class="OneClass"/>
我尝试在步骤1中放入下一个参数,但我也遇到了同样的错误。
答案 0 :(得分:0)
我找到了解决方案。那个部分 ... 必须在
之外