Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated

Поиск
Список
Период
Сортировка
От Daniel Migowski
Тема Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated
Дата
Msg-id 4BFE7AFF.4040301@ikoffice.de
обсуждение исходный текст
Ответ на Exception 'org.postgresql.util.PSQLException' could not be instantiated  (Krutik Frank <krutikf@We-plan-IT.de>)
Список pgsql-jdbc
Am 15.05.2010 18:13, schrieb Krutik Frank:
> Hello,
>
> i have a problem to get a PSQLException. The reason is Hessian as
> transport layer. Hessian de-/serializes every Object automatically
> (Java Reflection) and needs for every object an standard constructor
> without parameters. your actual driver version don't includes a
> version of org.postgresql.util.PSQLException with a standard
> constructor without parameters.
Standard Java Serialization can handle the Exception, so Hession should
cope with the issue.

Regards,
Daniel Migowski

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: New code: Easy PKCS#12 client certificate support for pgjdbc
Следующее
От: Lew
Дата:
Сообщение: Re: Documentation improvements for PgJDBC