From: <leg...@at...> - 2003-06-13 12:55:12
|
Message: The following issue has been closed. Resolver: Gavin King Date: Fri, 13 Jun 2003 7:53 AM I have added this stuff to Hibernate2 CVS. (with some minor changes) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-72 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-72 Summary: Proxool Connection Provider Type: Patch Status: Closed Priority: Minor Resolution: FIXED Project: Hibernate2 Fix Fors: 2.0.1 Assignee: Gavin King Reporter: Martin Crawford Created: Tue, 13 May 2003 12:09 PM Updated: Fri, 13 Jun 2003 7:53 AM Description: This patch adds a Proxool Connection Provider for Hibernate. The Connection Provider implementation is really a simple wrapper that makes using Proxool easier, and more "integrated" with Hibernate. Two nicesties exist: - Closing the Proxool pool when Hibernate closes the SessionFactory. - External confiuration via a JAXP XML file or properties file. - Ability to hook into an existing Proxool managed Connection pool (in a servlet environment for example) Requirements: - proxool.jar, as of this posting the latest release is 7.2 available from http://proxool.sf.net/ Patch: - A new class ProxoolConnectionProvider.java - Modifications to Environment.java, ConnectionProviderFactory.java, hibernate.properties --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |