Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Mark Barnes
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

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Mark Barnes
ource 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.apac

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Mark Barnes
Thanks. I really appreciate your input. Yoav Shapira wrote: Hi, "re-packaged"? Does that mean "wrapped"? No, it just means the package names are changed, from org.apache.commons.dbcp to org.apache.tomcat.dbcp. . . . I was also trying to cast the DataSource returned by JNDI so I c

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-12 Thread Mark Barnes
Remy Maucherat wrote: Mark Barnes wrote: But back to my original question: Where is the actual source to this "re-packaged" class??? I cannot find it in the downloaded source tree. Which version of commons.dbcp was re-packaged? If I look at the commons.dbcp source can I be absol

Re: Source for Packages org.apache.tomcat.dbcp and below?

2006-09-13 Thread Mark Barnes
Yoav Shapira wrote: Hi, One more thing: On 9/12/06, Mark Barnes <[EMAIL PROTECTED]> wrote: I look at the current (1.2.1) DBCP source, and it looks like it cannot possibly be what tomcat 5.5.17 is using. If my code were to call the 1.2.1 version of