Gack!!! No wonder the xalan jar is almost a meg... I don't understand what is wrong with javax.sql.DataSource. It returns a java.sql.Connection interface, so I'm not sure what you mean by "don't think it handles regular 1.0 connections".
BTW, there are more connection pool implementations in Struts and Avalon, they use the DataSource/Connection interface. Seems like this is a component that should be in commons... Jeff Schnitzer [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 27, 2002 10:21 AM > To: [EMAIL PROTECTED] > Subject: Another connection pool in Xalan > > Found another connection pool interface. > > interface: > http://xml.apache.org/xalan- > j/apidocs/org/apache/xalan/lib/sql/ConnectionPool.html > > default imp: > http://xml.apache.org/xalan- > j/apidocs/org/apache/xalan/lib/sql/DefaultConnectionPool.html > > Is there a standard interface in the java specs? There's one in jdbc 2.0 > (javax.sql package), but don't think it handles regular 1.0 connections. > > Travis Reeder > Chief Software Architect > www.ThinkVirtual.com > > > -- > To unsubscribe, e-mail: <mailto:turbine-torque-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-torque-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
