Re: Tomcat JDBC Connection Pool Resource Name Issue

2014-03-04 Thread Daniel Mikusa
On Mar 3, 2014, at 7:04 PM, Scott Dudley sc...@telesoft.com wrote: I'm using the Tomcat JDBC connection pool on apache-tomcat-7.0.30. My context xml resource name is as follows: Resource name=jdbc/mypool ... When running under Tomcat, calling ConnectionPool.getName() from my custom

Tomcat JDBC Connection Pool Resource Name Issue

2014-03-03 Thread Scott Dudley
I'm using the Tomcat JDBC connection pool on apache-tomcat-7.0.30. My context xml resource name is as follows: Resource name=jdbc/mypool ... When running under Tomcat, calling ConnectionPool.getName() from my custom JdbcInterceptor returns Tomcat Connection Pool[1-992158371]. Under JSE (a