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

            Bug ID: 56088
           Summary: AbstractQueryReport$StatementProxy throws exception on
                    Object methods if statement is closed
           Product: Tomcat Modules
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: jdbc-pool
          Assignee: dev@tomcat.apache.org
          Reporter: igna...@bacamt.com

If the StatemetProxy.hashcode is called after the delegated statement is closed
the proxy throws an exception. This produces an incompatibility with the last
version of hibernate.

Hibernate issue at https://hibernate.atlassian.net/browse/HHH-8853.

Although this problem appear in the last version of hibernate, looks like a
silent bug in the statement proxy. For example, guava has an utility which
hides solves this problem
(https://code.google.com/p/guava-libraries/wiki/ReflectionExplained#AbstractInvocationHandler).

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