Mamta Satoor wrote: > > Your table of holdability for JDK13 and Local Transaction should have > "conn holdability (Default HOLD_CURSORS_OVER_COMMIT)". (At least, that > is what I think. If I am wrong, feel free to bring it up because I > haven't worked on holdability for quite some time). But with my > suggested change, the table will look like as follows > Global Transaction > Local Transaction > JDK13 CLOSE_CURSORS_AT_COMMIT conn holdability (Default > HOLD_CURSORS_OVER_COMMIT) > JDK14+ CLOSE_CURSORS_AT_COMMIT conn holdability (Default > HOLD_CURSORS_OVER_COMMIT)
I should have clarified that this was for a BrokeredConnection obtained from XAConnection. Your example shows a regular EmbedConnection. Should a BrokeredConnection obtained from an XAConnection default to HOLD_CURSORS_OVER_COMMIT in a local transaction? Thanks Kathey
