-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Final
-
None
In case that an exception is thrown during one-phase commit of non-XA transaction participant the error is swallowed and not returned to the caller
This can happend for example when transaction manager calls commit to the e.g. database resource and connection crash happens. Then jdbc driver returns XAException with error code like XAER_RMFAIL. This fact is not reflected by exception being thrown to the caller (e.g. EJB bean).
This causes to the fact that user think the work was committed (e.g. INSERT to database) but in fact connection failure happened and nothing was done.
The fix is part of the Narayana at issue https://issues.jboss.org/browse/JBTM-2983 and it should be released with Narayana 5.7.3.Final
- is blocked by
-
JBTM-2983 Commit failure in WFLY LocalResource does not return error to the caller
- Closed
-
WFLY-9915 Component upgrade of Narayana to 5.8.0.Final
- Closed
- is related to
-
JBEAP-14293 Component upgrade of Narayana to 5.8.0.Final
- Closed
-
WFLY-9679 Duplication of TestXAResource under wildfly testsuite
- Closed