Emanuel Kupcik commented on Bug HHH-7801

I fixed that for me. The C3P0 code that causes this problem is just a generated proxy class that delegates the call to the undelying connection, statement etc. Of course it also contains its own code. But that is always the same.

What I did was to take the C3P0 source code and run the code generator with JDK 1.6. This created all the new methods too. I had to fix two methods manually because they can throw only a Subclass of SQLException. Then I just patched the existing C3P0 JAR with these new classes and it works fine. This might not be the 100% perfect solution but it works.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira