Aes …
To tentando setar o hibernate pra ele usar o c3p0 como pool de conexões.
De acordo a documentação [quote]Hibernate will use the built-in C3P0ConnectionProvider for connection pooling if you set the hibernate.c3p0.* properties.[/quote] então eu setei hibernate.c3p0.acquire_increment 5
hibernate.c3p0.min_size 20
hibernate.c3p0.timeout 20
hibernate.c3p0.idle_test_period 10
hibernate.c3p0.max_statements 100
.
To usando o net.sf.hibernate.dialect.OracleDialect…
Mas ele insiste em usar o próprio pool de conexões e ainda fica me lembrando que eu não deveria estar usando ehehehe 12:52:40,976 [http80-Processor24] INFO net.sf.hibernate.connection.DriverManagerConnectionProvider - Using Hibernate built-in connection pool (not for production use!)
Idéias?