Hi,
What's the proper way to propose changes to the documentation? (I'm totally new to Hibernate, so it definitely needs to go through review :-) )
I was trying to set up connection pooling following the documentation here:
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html#configuration-hibernatejdbcWhen suggesting c3p0 instead of the built in connection pooling, this property is not part of the example, and to me it seems c3p0 is not used without it:
Code:
<property name="hibernate.connection.provider_class" value="org.hibernate.connection.C3P0ConnectionProvider" />
Thanks!
Oh, and great software BTW :-)