> From: Edoardo Panfili [mailto:[email protected]] > Subject: Re: can I use org.apache.tomcat.dbcp.dbcp.BasicDataSource ? > > I am using opejpa and it seems to need an explicit connection-pool.
I have no experience with OpenJPA, but I would caution against direct use of Tomcat's internal classes, regardless of whether or not they match what commons-dbcp does. Just put the public jars in your webapp; disk space is cheap. Note that some JDBC drivers also include their own optional pooling mechanism. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
