]
Issue was automatically transitioned when Tom Jenkinson created pull request #1263 in
GitHub
--------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
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
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.