Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by MaxBowsher: http://wiki.apache.org/jakarta-commons/DBCP/Hibernate ------------------------------------------------------------------------------ [http://www.hibernate.org/ Hibernate] 2 includes a limited [:DBCP] ConnectionProvider. Not all features of DBCP were supported and with Hibernate3 this limited implementation was deprecated. + + There is an implementation on this page. The original author said: + - The implementation below supports all DBCP features and is a drop in replacement for the default version. + The implementation below supports all DBCP features and is a drop in replacement for the default version. + + However this is untrue. It fails to support: + + * Almost all `hibernate.dbcp.ps.*` properties + * `hibernate.dbcp.whenExhaustedAction` + * ... maybe more? + + so personally I feel rather dubious about using it. + - This provider can de used on Hibernate 2 & 3 (with some import statements adjustments). + This provider can be used on Hibernate 2 & 3 (with some import statements adjustments). = DBCPConnectionProvider = {{{ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
