We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sam-Kruglov opened BATCH-2829 and commented
If I want to define a global exception handler using ItemListenerSupport then I have to cast it in step factory like this:
ItemListenerSupport
stepBuilderFactory.get("myStep") .chunk<Long, Booelan>(1) .reader(reader) .processor(processor) .listener((ItemProcessListener<Object, Object>) errorHandler)
And I checked, that it does listen to all 3 (reader, processor, writer)
Affects: 4.1.2
The text was updated successfully, but these errors were encountered:
Closing this as duplicate of #1141
Sorry, something went wrong.
No branches or pull requests
Sam-Kruglov opened BATCH-2829 and commented
If I want to define a global exception handler using
ItemListenerSupport
then I have to cast it in step factory like this:And I checked, that it does listen to all 3 (reader, processor, writer)
Affects: 4.1.2
The text was updated successfully, but these errors were encountered: