I try to add BoneCP to hibernate and have:
java.lang.ClassNotFoundException: org.hibernate.connection.ConnectionProvider
I couldn't find this interface in new hibernate packages and have 2 questions :
1) Could you share link or example how to manually configure BoneCP 0.7.1 with hibernate 4.1.*? (I only added connection.provider_class=com.jolbox.bonecp.provider.BoneCPConnectionProvider in hibernate.cfg.xml)
2) Someone tested BoneCP 0.8.0-alpha1? It's work good with new hibarnate, but has scary "alpha1" in version
Thank for your time.