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 17 forks source link

Close should not just happen in a single tran. We need to cleanup reader, writer individually. #125

Open follis opened 3 years ago

follis commented 3 years ago

This is hinted at in some of the bug items. The close for reader and writer should be in separate transactions so errors in closing one does not affect the ability to close the other.