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 this out. It is not roc

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. > > See > https://ops4j1.jira.com

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 t

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
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 this out. It is not rocket science IMHO ;-) > It's typically much simpler to configure than the raw JDBC service, an

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

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-24 Thread Erwin Hogeweg
Hi, Not sure if this is a question for these lists or for the EL list but I figure I start here. Feel free to redirect when you feel it doesn’t belong here. I am trying to get a non-jta connection pool (internal connection pool) working with EL 2.6.2, Aries 2.4.0 (incl. EL adapter), dbcp2-2.1 a