[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-4156) c3p0 is not used when only specific hibernate.c3p0.* properties

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Jul 16 15:43:17 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-4156.
-------------------------------


> 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: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list