Re: postgres jdbc into eclipse plugin (OID problems) - Mailing list pgsql-jdbc

From Luca Ferrari
Subject Re: postgres jdbc into eclipse plugin (OID problems)
Date
Msg-id 200707121041.40011.fluca1978@infinito.it
Whole thread Raw
In response to postgres jdbc into eclipse plugin (OID problems)  ("Diego Zanga" <naarani@gmail.com>)
Responses Re: postgres jdbc into eclipse plugin (OID problems)  ("Diego Zanga" <naarani@gmail.com>)
List pgsql-jdbc
On Wednesday 11 July 2007 Diego Zanga's cat, walking on the keyboard, wrote:
> However i could not understand WHY, it does it outside
> eclipse and not inside it: this means the jdbc driver
> have some problems inside eclipse, and doez not
> throw execeptions about this problem, so the server
> has some problem managing the prepared statement,
> but i dont know what is it, and how to debug it

I never developed an eclipse plug-ing, thus I don't know exactly how to help
you (someone with more experience can give you help); I've got only a few
suggestions. First of all, I guess the problem is in eclipse and not in the
driver. I think if there's an exception is eclipse that is hiding it to you.
Moreover, you can set the debugging options in the postgresql.conf
(client_min_messages and debug_print*) and have a look at the logs to see
what the server is receiving, as well as you can enable debugging in the
driver; try appending ?loglevel=2 at the connection URL.

Hope this helps,
Luca

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: questions regarding transactions
Next
From: "Diego Zanga"
Date:
Subject: Re: postgres jdbc into eclipse plugin (OID problems)