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

From: Krutik Frank <krutikf(at)We-plan-IT(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Exception 'org.postgresql.util.PSQLException' could not be instantiated
Date: 2010-05-15 16:13:44
Message-ID: FE552FAD-2CA5-44B3-83CB-BE4D075CA077@We-plan-IT.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

The actual version of the driver i use is 8.4-701 JDBC 4 , the version of the database is version 8.3, the hessian version is 4.0.6, the JDK Version is 1.6.0_07, the eclipse version is 3.5.2 and the operating system is Mac OSX Version 10.6.3 (Snow Leopard).

Kind regards,

Frank Krutik
We plan IT GmbH
Auf dem Berlich 26
50667 Köln
HRB 31271
Ust-ID DE197824561

Tel.: +49 221 67774274-0
Mobil: +49 177 7967833

mailto: krutikf(at)We-plan-IT(dot)de
URL: http://we-plan-it.de

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hernan Danielan 2010-05-15 16:46:25 Re: Socket close exception
Previous Message Maciek Sakrejda 2010-05-14 15:57:23 Re: Socket close exception