RE: tomcat + postgres

2006-02-02 Thread Tim Lucia
: Thursday, February 02, 2006 6:06 AM To: Tomcat Users List Subject: Re: tomcat + postgres Thanks Tim, I have yet to post an intelligent question. You answered my real question though. Just for good measure I'll mention the book was O'Reilly's Java Enterprise Best Prac

Re: tomcat + postgres

2006-02-02 Thread Matthew Whisenhunt
Thanks Tim, I have yet to post an intelligent question. You answered my real question though. Just for good measure I'll mention the book was O'Reilly's Java Enterprise Best Practices... ah and the _interface_ was javax.sql.ConnnectionPoolDataSource . Yeah, weird in the example they actually in

RE: tomcat + postgres

2006-02-01 Thread Tim Lucia
Without knowing what book you refer to, and what class or interface ConnectionPoolDataSource represents, it is difficult to know for sure. DataSource (javax.sql.DataSource) is an Interface, not a class. Objects returned from tomcat are sure to implement this interface, and are pooled behind the