On Fri, Jan 16, 2009 at 16:45, Christopher Schultz <ch...@christopherschultz.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Keith, > > Keith Thomas wrote: >> As part of the >> deployment I just need a way of defining the datasource in a manner that is >> external to my code and configurable by administrators. > > Use of a DataSource implies the use of a connection pool, which seems > contrary to your requirements. > > You will need to manage your own database connections.
Why is that? From the Java docs, it seems that DataSource is required for connections that are managed by JNDI. Isn't the use of JNDI without pooling a valid use case? -- Len --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org