Re: HikariCp to set JtaManaged

2019-07-01 Thread Jean-Louis Monteiro
Our DataSourceFactory does not have support for this kind of DataSource In addition to Tomcat, DBCP1, and DBCP2, we have BoneCP. The amount of work is not huge, but it's not supported out of the box -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Sat, Jun

Re: HikariCp to set JtaManaged

2019-06-29 Thread Jonathan Gallimore
We'll need to wire it into a ManagedConnection. Not sure how to do that off the top of my head, but I'm working in that area on Monday, so I'll help you out. Jon On Fri, 28 Jun 2019, 22:18 Kalyan, wrote: > Hello, > Does Hikari supports JTA ? > > In the openejb how can i set to JtaManaged =

HikariCp to set JtaManaged

2019-06-28 Thread Kalyan
Hello, Does Hikari supports JTA ? In the openejb how can i set to JtaManaged = true for the HikariCP? p.put("DS1", "new://Resource?type=javax.sql.DataSource=org.superbiz.ConnectionPoolFactory=create"); p.put("DS1.JdbcDriver", "oracle.jdbc.OracleDriver"); p.put("DS1.JdbcUrl",