Re: [dbcp] Bad method name

2016-06-16 Thread sebb
On 16 June 2016 at 10:58, Marc Doberva wrote: > Hi > > > > I am using DBCP2-2.1.1 and there is a little bug in class > org.apache.commons.dbcp2.PoolableConnectionFactory : > > > > The name of the setter is setMaxOpenPrepatedStatements : a 'T' instead of a > 'R' in .prepared.. > > > > So to set the

[dbcp] Bad method name

2016-06-16 Thread Marc Doberva
Hi I am using DBCP2-2.1.1 and there is a little bug in class org.apache.commons.dbcp2.PoolableConnectionFactory : The name of the setter is setMaxOpenPrepatedStatements : a 'T' instead of a 'R' in .prepared.. So to set the maxOpenPreparedStatements parameter you must define the maxOpenP