RESOLVED - issue BATCH-1528: Namespace context partition element requires bean with name "transactionManager"
This commit is contained in:
@@ -244,7 +244,7 @@ class StepParserStepFactoryBean<I, O> implements FactoryBean, BeanNameAware {
|
||||
public boolean requiresTransactionManager() {
|
||||
// Currently all step implementations other than TaskletStep are
|
||||
// AbstractStep and do not require a transaction manager
|
||||
return tasklet != null;
|
||||
return hasChunkElement || tasklet != null;
|
||||
}
|
||||
|
||||
private void configureAbstractStep(AbstractStep ts) {
|
||||
|
||||
Reference in New Issue
Block a user