Re: Exception on call to isValid() method
От | Jeff Lanzarotta |
---|---|
Тема | Re: Exception on call to isValid() method |
Дата | |
Msg-id | 20070305183448.39990.qmail@web36804.mail.mud.yahoo.com обсуждение исходный текст |
Ответ на | Exception on call to isValid() method (Jeff Lanzarotta <delux256-postgresql@yahoo.com>) |
Список | pgsql-jdbc |
OK, found the JDBC4 driver. Now I get, org.postgresql.util.PSQLException: Method org.postgresql.jdbc4.Jdbc4Connection.isValid(int) is not yet implemented. at org.postgresql.Driver.notImplemented(Driver.java:728) at org.postgresql.jdbc4.AbstractJdbc4Connection.isValid(AbstractJdbc4Connection.java:53) at org.postgresql.jdbc4.Jdbc4Connection.isValid(Jdbc4Connection.java:21) isValid() is an abstract method. So, am I to assume that the driver itself does not have isValid() implemented? ----- Original Message ---- From: Jeff Lanzarotta <delux256-postgresql@yahoo.com> To: PostgreSQL JDBC List <pgsql-jdbc@postgresql.org> Sent: Monday, March 5, 2007 12:54:29 PM Subject: Re: [JDBC] Exception on call to isValid() method OK, thanks. I will look for a JDBC4 driver... ----- Original Message ---- From: Kris Jurka <books@ejurka.com> To: Jeff Lanzarotta <delux256-postgresql@yahoo.com> Cc: PostgreSQL JDBC List <pgsql-jdbc@postgresql.org> Sent: Monday, March 5, 2007 12:21:21 PM Subject: Re: [JDBC] Exception on call to isValid() method On Mon, 5 Mar 2007, Jeff Lanzarotta wrote: > I am receiving the following exception when I call the isValid() method > on a database Connection object. > > Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: > org.postgresql.jdbc3.Jdbc3Connection.isValid(I)Z > > Any idea why this Exception would be thrown? isValid is a JDBC4 method and you have a JDBC3 driver. Kris Jurka ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org
В списке pgsql-jdbc по дате отправления: