This content has been marked as final.
Show 1 reply
-
1. Re: Connection pooling for JBossTS Narayana
tomjenkinson Jun 6, 2016 7:27 AM (in response to abhijeet01)This was recently discussed over here: Re: How to manage TransactionalDriver connection in a DataSource and the outcome was thatTransactionalDriver code currently expects the driver to be able to do the pooling rather than a wrapper. We could look to making the code support a pooled wrapper. There is IronJacamar though which we could also use for this:
https://github.com/jbosstm/quickstart/tree/master/jca-and-hibernate
quickstart/jca-and-tomcat at master · jbosstm/quickstart · GitHub