jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 18 forks source link

Errors in Sec. 11.9, various incorrect behavior around retryable exceptions #139

Open follis opened 4 years ago

follis commented 4 years ago

Items 'q' and 'ac' should not include the text 'and resume S1:' because a non-retryable exception was thrown. Also item 'v' drives the RetryReadListener, but that should probably be inside the if retryable exception check at 'vi'. Might be worth just reviewing this whole flow carefully.