]
Vladimir Kuruc updated JBTM-3328:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Possibly unneccessary logging on XA endAssociation
--------------------------------------------------
Key: JBTM-3328
URL:
https://issues.redhat.com/browse/JBTM-3328
Project: JBoss Transaction Manager
Issue Type: Bug
Components: JTA
Affects Versions: 5.10.5.Final
Reporter: Vladimir Kuruc
Priority: Major
Attachments: narayana-spring-boot-xa-end.zip
In my project with Spring Boot, Hibernate, Informix, DBCP pool Narayana logs
unnecessarily XA endAssociation. In the attached sample project I can prove it with the
embedded Derby database. This happens during a rollback transaction. According to the
linked discussion forum, this is due to
[
commit|https://github.com/jbosstm/narayana/commit/fcfb851072ea28c80902710...]
and the solution would be to log only with duplicate resources.