]
Tom Jenkinson closed JBTM-2972.
-------------------------------
Assignee: Tom Jenkinson
Add connection pooling facilities to transactionaldriver such that it
will allow close to return the connection to the pool
---------------------------------------------------------------------------------------------------------------------------
Key: JBTM-2972
URL:
https://issues.jboss.org/browse/JBTM-2972
Project: JBoss Transaction Manager
Issue Type: Feature Request
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.next
Currently the connection is pooled in that that the same connection is returned during a
TX. We would like to return the connection to the pool so that it can be reused.