I have added the Hibernate capability.
When I click the hibernate.cfg.xml,
the center panel “Hiberbate 3 configuration” displays two radio buttons: JDBC Driver and JNDI datasource. Hibernate implements its own connection pooling C3P0.
What should I do if I want to have connection pooling?
Is it by default, after adding Hibernate capability, the framework will
have connection pooling? What steps I should do next?
Thanks