Code:
Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@1352367 [ connectionPoolDataSource -> com.mchange.v2.c3p0.W
rapperConnectionPoolDataSource@10bbd42 [ acquireIncrement -> 5, autoCommitOnClose -> false, connectionTesterClassName -> com.m
change.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleCon
nectionTestPeriod -> -1, initialPoolSize -> 3, maxIdleTime -> 0, maxPoolSize -> 15, maxStatements -> 0, minPoolSize -> 5, nest
edDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@1a76eff [ description -> null, driverClass -> org.postgresql.Drive
r, factoryClassLocation -> null
I see this, even though my properties now looks like:
Code:
hibernate.connection.datasource=java:comp/env/jdbc/pooledDS
hibernate.c3p0.max_size=20
hibernate.c3p0.min_size=3
hibernate.c3p0.max_statements=200
#hibernate.c3p0.validate=false
#hibernate.c3p0.numHelperThreads=5
hibernate.c3p0.idle_test_period=500
hibernate.cglib.use_reflection_optimizer=true
hibernate.show_sql=false
(and of course, it's still hanging the application at 8 users). Any ideas?