form - spring mvc netbeans
BeanDefinitionParsingException: ConfiguraciĆ³n: el elemento[step2] es inalcanzable (1)
El problema es que falta el next
atributo en el paso 1:
<batch:step id="step1" next="step2">
Tuve un trabajo por lotes de primavera similar a este:
<batch:job id="job">
<batch:step id="step1">
...
</batch:step>
<batch:step id="step2">
...
</batch:step>
</batch:job>
y cuando traté de ejecutar el trabajo obtuve
BeanDefinitionParsingException: Configuration problem: The element [step2] is unreachable