]
Tom Jenkinson updated JBTM-2910:
--------------------------------
Fix Version/s: 5.6.2.Final
(was: 5.next)
Don't allow transactional driver recovery handler to close
underlying JDBC connection
-------------------------------------------------------------------------------------
Key: JBTM-2910
URL:
https://issues.jboss.org/browse/JBTM-2910
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Transactional Driver
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.6.2.Final
As the reference to the JDBC2RecoveryConnection is not retained, it is eligible for
garbage collection. It's finalizer calls the connection close and can prevent recovery
from completing.