Re: JDBC driver with JPA handling identities incorrectly - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: JDBC driver with JPA handling identities incorrectly
Date
Msg-id 4A96926B.3010805@opencloud.com
Whole thread Raw
In response to JDBC driver with JPA handling identities incorrectly  (Stephen Nelson <stephen@eccostudio.com>)
List pgsql-jdbc
Stephen Nelson wrote:
> Hi,
>
> I created a thread for this at
> http://stackoverflow.com/questions/1333596/postgresql-identity-in-jpa-single-table-hierarchy
> which details the full environment and code I was attempting to run.
>
> Briefly my environment is:
>
> PostgreSQL 8.3
> JDBC Driver postgresql-8.4-701.jdbc4
>
> This resulted in an error when using a JPA generation type of IDENTITY
> in a single table inheritance hierarchy. The discriminator was a String
> but was trying to be parsed as a long by the framework. For demo
> purposes when using a String that was a parseable value e.g. 123 the
> error did not occur but the framework believed the discriminator value
> was the primary key.
>
> I switched the JDBC driver to postgresql-8.3-605.jdbc4.jar and the
> problem doesn't seem to occur.
>
> I'm running Java 6 so believed the latest driver to be the correct one
> even though I'm not running the 8.4 server.
>
> Please let me know if you need any further information or if I can
> assist in fixing the issue.

Hard to say what is happening here without knowing what JDBC calls your
JPA layer actually makes.

Do you have a plain JDBC testcase that shows the problem?

-O

pgsql-jdbc by date:

Previous
From: Stephen Nelson
Date:
Subject: JDBC driver with JPA handling identities incorrectly
Next
From: Maciek Sakrejda
Date:
Subject: Re: PGStream synchronization