Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Oct 16, 2021
1 parent 41c55bf commit 4439761
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ public synchronized void commit() throws SQLException {
end(XAResource.TMSUCCESS);
xaResource.prepare(xaBranchXid);
} catch (XAException xe) {
if (xaBranchXid == null) {
throw new SQLException("resource suspension has occurred and the transaction has been interrupted");
}
try {
// Branch Report to TC: Failed
DefaultResourceManager.get().branchReport(BranchType.XA, xid, xaBranchXid.getBranchId(),
Expand Down

0 comments on commit 4439761

Please sign in to comment.