Re: Can't get MySQL non-jta connection pool with Aries-2.4.0 and EL-2.6.2 working - Looking for (more) example(s).

2016-07-25 Thread Timothy Ward
Hi Erwin, Sent from my iPhone > On 25 Jul 2016, at 15:18, Erwin Hogeweg wrote: > > Hi Tim, > >> Have you considered using Aries Transaction Control? > I definitely have, that was going to be my next step once I got this working. > I just can’t stand that I can’t figure

Re: Can't get MySQL non-jta connection pool with Aries-2.4.0 and EL-2.6.2 working - Looking for (more) example(s).

2016-07-25 Thread Erwin Hogeweg
Thanks Christian, I’ll give that another try. Erwin > On Jul 25, 2016, at 10:26, Christian Schneider > wrote: > > Hi Erwin my examples all use Connection pools and are even XA enabled. The > trick is to use pax- jdbc for this. > >

Re: Can't get MySQL non-jta connection pool with Aries-2.4.0 and EL-2.6.2 working - Looking for (more) example(s).

2016-07-25 Thread Christian Schneider
Hi Erwin my examples all use Connection pools and are even XA enabled. The trick is to use pax- jdbc for this. See https://ops4j1.jira.com/wiki/display/PAXJDBC/Pooling+and+XA+support+for+DataSourceFactory https://ops4j1.jira.com/wiki/display/PAXJDBC/Create+DataSource+from+config You just have

Re: Can't get MySQL non-jta connection pool with Aries-2.4.0 and EL-2.6.2 working - Looking for (more) example(s).

2016-07-25 Thread Timothy Ward
Hi, Have you considered using Aries Transaction Control? It's typically much simpler to configure than the raw JDBC service, and it definitely gives you connection pooling (again, without extra moving parts). Best Regards, Tim Ward Sent from my iPhone On 24 Jul 2016, at 21:51, Erwin Hogeweg