1. proxool & lost Connection forum.hibernate.org |
2. Connection pooling: can we still use Proxool? forum.hibernate.orgWhen migrating from 2.1.8 to 3.0.5, I realized DBCP connection pooling went unsupported (at least under org.hibernate.connection.DBCPConnectionProvider). So I browse the forum and found many threads praizing Proxool. After spending quite some time configuring it, I realize those guys haven't release anything since december 14th, 2003! Last post on the site is from july 2004. They still don't provide any DataSource ... |
3. anybody used connection pool of proxool in hibernate? forum.hibernate.org |
4. Configuring Hibernate with Proxool connection pool in JBoss forum.hibernate.orgHi, I am setting up Hibernate programmatically, so that I can supply a secure password to the database in the code, rather than have it hardcoded in a file. I am attempting to add connection pooling (everything is working fine without it for our demos) . I have read the how-tos in the wiki, searched the web and documents, and from ... |