Connection timeouts when upgrading hibernate version

  1. The C3P0ConnectionProvider is located in the org.hibernate.c3p0.internal package. Remove the hibernate.connection.provider_class configuration because it’s not needed. Hibernate will know you are using c3p0.
  2. There’s no URL, user, password settings so Hibernate will not know how to connect to the DB.