Subject | problem with isValid() |
---|---|
Author | Yves Glodt |
Post date | 2008-10-18T18:55:34Z |
Hello,
I use conn.isValid(2000) in my code and get a crash at that line, with
this exception:
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.AbstractMethodError:
org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.isValid(I)Z
at lu.demo.web.Application.getDbConnection(Application.java:49)
Still being a little newbie... do I do something wrong?
Best regards,
Yves
[Non-text portions of this message have been removed]
I use conn.isValid(2000) in my code and get a crash at that line, with
this exception:
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.AbstractMethodError:
org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.isValid(I)Z
at lu.demo.web.Application.getDbConnection(Application.java:49)
Still being a little newbie... do I do something wrong?
Best regards,
Yves
[Non-text portions of this message have been removed]