Re: Unable to configure pool with more connections using dbcp2 and EL-2.6.2 - SOLVED

2016-12-22 Thread Timothy Ward
Can I recommend the Apache Aries Transaction Control Project as a much simpler way to configure and manage JPA resources. This is the prototype Reference Implementation for the upcoming OSGi standard, and allows you to do all of your JPA configuration using Configuration Admin, rather than

Re: Unable to configure pool with more connections using dbcp2 and EL-2.6.2 - SOLVED

2016-12-21 Thread Jörn Gersdorf
Hi Erwin, this is issue PAXJDBC-105 which is fixed in not-yet-released master. Cheers - Jörn On Thu, Dec 22, 2016 at 3:25 AM, Erwin Hogeweg wrote: > After looking through the dbcp2 source code

Re: Unable to configure pool with more connections using dbcp2 and EL-2.6.2 - SOLVED

2016-12-21 Thread Erwin Hogeweg
After looking through the dbcp2 source code I discovered that the pool properties need to be prepended by 'jdbc.' So: jdbc.pool.maxTotal=23 jdbc.pool.maxIdle=-1 Even now that I know this I am unable to find any documentation describing this properties (other than the GenericObjectPoolConfig