nerotnt wrote:
I've deployed Hibernate as a SAR in JBoss 3.2.1.
I'm using a Postgres database.
To enable connection pooling in my project I only need to define the "min-pool-size", "max-pool-size", etc. parameters in my "postgres-ds.xml" so that Hibernate can use pooling?
How do I know if Hibernate is using connection pooling after these changes?
Strange thing is with or without the pooling parameters in my "postgres-ds.xml" the console always shows me:
(...)
12:45:15,416 INFO [JBossManagedConnectionPool] Starting
12:45:15,416 INFO [JBossManagedConnectionPool] Started
(...)
How can I know if it's really reading my pooling parameters.