]
Tom Jenkinson commented on JBTM-2987:
-------------------------------------
[~alon3392] - just checking that you are primIl on github?
Don't treat XAER_NOTA return code as warning when doing rollback
from Recovery Manager
--------------------------------------------------------------------------------------
Key: JBTM-2987
URL:
https://issues.jboss.org/browse/JBTM-2987
Project: JBoss Transaction Manager
Issue Type: Task
Components: JTA
Affects Versions: 5.7.2.Final
Reporter: Alon Greenland
As discussed in
https://developer.jboss.org/thread/266729, when Recovery Manager executes
xaResource.rollback(xid), if it receives error code XAER_NOTA it is not really an error or
warning.
Currently it is logged as warning. It can be logged with debug level instead.