You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/03/06 12:47:43 UTC

[Bug 65932] PreparedStatement 'getConnection' returns physical connection instead of pooled one

https://bz.apache.org/bugzilla/show_bug.cgi?id=65932

--- Comment #1 from Keiichi Fujino <kf...@apache.org> ---
Have you set
org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor?

This interceptor is available for prevents access to the actual connection.

see
https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html#org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor

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