I created a JIRA issue https://jira.springframework.org/browse/BATCH-1618 and proposed a patch.
Type: Posts; User: Christian Gossart; Keyword(s):
I created a JIRA issue https://jira.springframework.org/browse/BATCH-1618 and proposed a patch.
Hi all,
I'm using MultiResourceItemWriter to split the output of a chunk oriented tasklet with commit-interval = itemCountLimitPerResource.
This was producing the expecting result (several...
I had to fight with this problem, and thought I share the analysis:
In the execute() method of AbstractStep, an exception occured when saving the execution context because of some 'not...