[Bug 55662] Add a way to set an instance of java.sql.Driver directly on org.apache.tomcat.jdbc.pool.DataSource

2019-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55662

--- Comment #3 from Michael  ---
I had the same problems with SQL on this web page
https://detecthistory.com/best-metal-detectors/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 55662] Add a way to set an instance of java.sql.Driver directly on org.apache.tomcat.jdbc.pool.DataSource

2017-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55662

--- Comment #2 from Jonathan Leech  ---
The DataSource or the ConnectionPool should also own the Driver instance,
rather than the PooledConnection object. That a new instance of the Driver is
instantiated via reflection for every Connection the pool creates is benign in
most cases and catastrophic in others (e.g. Apache Phoenix will create a set of
zookeeper connections for each instance of PhoenixDriver, which blows up
spectacularly). Standard JDBC has the DriverManager create the single instance
of the driver. Tomcat-dbcp seems to get it mostly right, although I think
Java's DriverManager may create an instance of the Driver, and each pool may
create a redundant one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 55662] Add a way to set an instance of java.sql.Driver directly on org.apache.tomcat.jdbc.pool.DataSource

2016-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55662

Mark Thomas  changed:

   What|Removed |Added

 OS||All
Product|Tomcat 7|Tomcat Modules
  Component|Integration |jdbc-pool
Version|7.0.42  |unspecified

--- Comment #1 from Mark Thomas  ---
Correct module

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org