Re: ArrayIndexOutOfBoundsException - bug?

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Timo Nentwig <timo(at)nitwit(dot)de>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: ArrayIndexOutOfBoundsException - bug?
Date: 2004-03-27 02:06:20
Message-ID: 1080353180.1801.258.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This is an old message, but the answer to this question is to use the
latest drivers.

Dave
On Fri, 2004-03-26 at 19:46, Oliver Jowett wrote:
> Timo Nentwig wrote:
> > Hi!
> >
> > I do have problems with simple Hibernate (O/R mapper: hibernate.org)
> > samples. The SQL statement generated is correct but some
> > ArrayIndexOutOfBoundsException is thrown in QueryExecutor.sendQuery().
> >
> > Please do also have a look at
> > http://forum.hibernate.org/viewtopic.php?p=2196167#2196167.
> >
> > Can somebody help please?
>
> What driver version, server version, and database encoding are you
> using? Does the query make it to the server? If so, what is the query as
> logged by the server?
>
> From the trace you seem to be using an older driver
> (QueryExecutor.sendQuery no longer exists in the current driver) -- have
> you tried a more recent driver?
>
> -O
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
--
Dave Cramer
519 939 0336
ICQ # 14675561

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Freddy Villalba Arias 2004-03-29 09:06:15 JTA / JDBC support
Previous Message Oliver Jowett 2004-03-27 00:46:43 Re: ArrayIndexOutOfBoundsException - bug?