Steve,
I m using c3p0-9.1 11th version .I m posting the dump below
plz help me out and thanks in advance
[ acquireIncrement -> 5,
acquireRetryAttempts -> 30,
acquireRetryDelay -> 1000,
autoCommitOnClose -> false,
automaticTestTable -> tester,
breakAfterAcquireFailure -> false,
checkoutTimeout -> 0,
connectionCustomizerClassName -> null,
connectionTesterClassName -> null,
debugUnreturnedConnectionStackTraces -> false,
factoryClassLocation -> null,
forceIgnoreUnresolvedTransactions -> false,
identityToken ->
2w3nme7j31an2zga5uw|1db4492,
idleConnectionTestPeriod -> 5,
initialPoolSize -> 10,
maxAdministrativeTaskTime -> 0,
maxConnectionAge -> 94,
maxIdleTime -> 94,
maxIdleTimeExcessConnections -> 0,
maxPoolSize -> 200,
maxStatements -> 100,
maxStatementsPerConnection -> 0,
minPoolSize -> 10,
nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@57d3774a [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 2w3nme7j31an2zga5uw|67fe80, jdbcUrl -> jdbc:mysql://localhost:3306/dms, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 2w3nme7j31an2zga5uw|1e6f0ef, numHelperThreads -> 3 ]
here tester is the table which c3p0 fires a query to check if connection is stale or not.It is firing the query bit i think the pool still consists of stale object.it is not releasing objects i guess.
i also tried this (
http://dev.mysql.com/doc/refman/5.0/en/ ... 3-1-8.html)
connectionTesterClassName=com.mysql.jdbc.integration.c3p0.MysqlConne
ctionTester
this also failed.