org.apache.tomcat.dbcp should be just a repackaged Jakarta Commons DBCP, with no code changes. The data source you get back from Tomcat's JNDI by default is just that repackaged one, which of course implements the standard javax.sql.DataSource interface.
Yoav On 9/12/06, Mark Barnes <[EMAIL PROTECTED]> wrote:
I have downloaded the 5.5.17 source, and am looking for the source for class org.apache.tomcat.dbcp.dbcp.BasicDataSource but cannot find it. In fact, I cannot find org.apache.tomcat.dbcp. Can someone please point me to where it is? I've also looked under Jakarta Commons but can't seem to find it there either. I seem to be able to find only org.apache.commons.dbcp.BasicDataSource. But that's not the kind of DataSource return via JNDI from Tomcat. Thanks, ---Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]