On 6/19/2012 11:22 AM, Mark Thomas wrote:
Compare the definition of the ResultSet interface in the version of the
JDK the class was compiled with with the definition in the version of
the JDK you are running with.
Thanks, that explains it: as I wrote before, the abstract DelegatingResultSet
met
On 19/06/2012 06:07, Olivier Lefevre wrote:
> I just noticed that the DelegatingResultSet object handed by Tomcat
> sports a slew of abstract methods even though the class itself is
> not declared abstract. In Tomcat 7.0.x there are only 2 such methods:
> the two getObject methods taking a Class as
I just noticed that the DelegatingResultSet object handed by Tomcat
sports a slew of abstract methods even though the class itself is
not declared abstract. In Tomcat 7.0.x there are only 2 such methods:
the two getObject methods taking a Class as second argument, which are
also the only two metho