]
Tom Jenkinson commented on JBTM-2903:
-------------------------------------
Please can you add a stack trace showing the commit call failing? I am wondering when
commit comes after ENDRSCAN.
Improve JMS integration to be able to control connections more
smartly
----------------------------------------------------------------------
Key: JBTM-2903
URL:
https://issues.jboss.org/browse/JBTM-2903
Project: JBoss Transaction Manager
Issue Type: Bug
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Currently JMS integration opens a connection on getXAResources call and closes it on
TMENDSCAN call. With a latest changes to XARecoveryModule, this connection management
doesn't work any more, because connection might be closed before the commit call and
result in a failure.