https://issues.apache.org/bugzilla/show_bug.cgi?id=56088

--- Comment #1 from Lari Hotari <lari.hot...@sagire.fi> ---
Please fix this. This is causing a problem in Grails applications too,
http://jira.grails.org/browse/GRAILS-11151 . This is related to Hibernate issue
HHH-8853 and has a workaround in Hibernate 4.3.2 version (which hasn't been
released yet.)

The problem seems to be in StatementDecoratorInterceptor.StatementProxy
https://github.com/apache/tomcat/blob/7884644627150716ec3ed8460ee845179cb5da9a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementDecoratorInterceptor.java#L235
not allowing equals and hashCode calls after the statement has been closed.

-- 
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

Reply via email to