BUG #2856: Jdbc 4 connector running on JDK 1.6 should not raise exception for getClientInfo/setClientInfo

From: "Steve Langridge" <steve(at)vanrhynsdorp(dot)co(dot)za>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2856: Jdbc 4 connector running on JDK 1.6 should not raise exception for getClientInfo/setClientInfo
Date: 2006-12-22 08:35:55
Message-ID: 200612220835.kBM8Zts6031729@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-jdbc


The following bug has been logged online:

Bug reference: 2856
Logged by: Steve Langridge
Email address: steve(at)vanrhynsdorp(dot)co(dot)za
PostgreSQL version: 8.2
Operating system: Windows XP Pro SP2
Description: Jdbc 4 connector running on JDK 1.6 should not raise
exception for getClientInfo/setClientInfo
Details:

When using the Jdbc 4 driver running on Java 1.6, it would be preferable if
the methods getClientInfo() and setClientInfo() returned silently, instead
of raising an exception about not being implemented. When running on
Glassfish with Toplink Essentials, the app server log gets filled with these
exceptions for every access from a JDBC connection pool (when using the
PGConnectionPoolDataSource).

This has been discussed on the Nabble forums, but I do not see that it has
been posted anywhere on the Postgres forums.

Regards,

Steve.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomislav Karastojkovic 2006-12-22 09:16:59 BUG #2857: Sequence and table partitioning
Previous Message Gurjeet Singh 2006-12-22 08:03:15 Re: BUG #2847: Bug with IN statement

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ido M. Tamir 2006-12-22 10:34:03 Re: Connection pooling in java
Previous Message janaka priyadarshana 2006-12-22 08:02:48 Connection pooling in java