c3p0 is not used when only specific hibernate.c3p0.* properties
---------------------------------------------------------------
Key: HHH-4156
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4156
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.5.3
Reporter: Marcelo Romulo Fernandes
Assignee: Strong Liu
Priority: Minor
Fix For: 3.5.4, 3.6
in hibernate document, it says:
{quote}
C3P0 is an open source JDBC connection pool distributed along with Hibernate in the lib
directory. Hibernate will use its org.hibernate.connection.C3P0ConnectionProvider for
connection pooling if you set hibernate.c3p0.* properties.
{quote}
but this is not working anymore, if you not explicitly add this property:
<property
name="hibernate.connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: