You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Set up log4jdbc in a 1.7 environment
2. Call any method in Driver, Statement, etc. that's new to Java 1.7 (
Statement.closeOnComplete(), for example )
What is the expected output? What do you see instead?
The call will cause a java.lang.AbstractMethodError:
net.sf.log4jdbc.StatementSpy.closeOnCompletion()V
What version of the product are you using? On what operating system?
log4jdbc4 1.2
Original issue reported on code.google.com by [email protected] on 12 Oct 2012 at 10:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Oct 2012 at 10:32The text was updated successfully, but these errors were encountered: