XAExceptions thrown by Derby can have errorCode 0
--------------------------------------------------
Key: DERBY-4141
URL: https://issues.apache.org/jira/browse/DERBY-4141
Project: Derby
Issue Type: Bug
Components: SQL
Affects Versions: 10.4.2.0, 10.3.3.0, 10.2.1.6, 10.1.3.1
Reporter: Kathey Marsden
Fix For: 10.5.1.1, 10.6.0.0
When an XAException occurs during xa.start() or other XA operation, because of
an SQLException, we have an errorCode of 0, regardless of the severity. I
would suggest XAER_RMFAIL for SESSION_SEVERITY or greater and XAER_RMERR for
lower severity exceptions. See thread
http://www.nabble.com/XAException.errorCode-on-XAException-caused-by-an-SQLException-tt22832423.html
for more detail and a reproduction.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.