Re: problem in connetting using reflection - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: problem in connetting using reflection
Date
Msg-id 407942B7.6090602@opencloud.com
Whole thread Raw
In response to problem in connetting using reflection  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
List pgsql-jdbc
Giuseppe Sacco wrote:

> So I tried to use the java reflection to inspect the
> org.postgresql.jdbc3.Jdbc3ConnectionPool class (or other classes) and
> call all required methods.
>
> The problem is that, when I use this way (a source is attached) I always
> get the error:

> that is, in english, "The ``user'' property is missing while it is
> mandatory."
>
> Of course the 'setUser()' method is called but it doesn't work.
>
> Do you have any idea about this problem?

We use exactly the same technique (set properties by reflection on the
DataSource) and it works fine, so the concept is ok; the problem lies in
your implementation.

Perhaps you are setting the username to an empty string?

-O

pgsql-jdbc by date:

Previous
From: Giuseppe Sacco
Date:
Subject: Re: problem in connetting using reflection
Next
From: Michael Privat
Date:
Subject: bytea size limit?