I use Proxool 0.9.1.
Since Hibernate 4.x, ProxoolConnectionProvider had been moved to org.hibernate.service.jdbc.connections.internal packet (in jar: ${hibernate-release-4.x}/lib/optional/proxool/hibernate-proxool-4.x.jar).
When I upgrade to 4.x from 3.x (the configuration did not change), it always tells me
Exception: the url can not be null
...so I traced the Hibernate source code and found that the method public void configure(Properties props)
in ProxoolConnectionProvider has never been called, so all attributes in ProxoolConnectionProvider are null.
Can anyone help me resolve this problem?