Re: Cannot insert to 'path' field using EclipseLink

From: Daryl Foster <daryl(dot)foster(at)oncenter(dot)com>
To: Rob Sargent <robjsargent(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot insert to 'path' field using EclipseLink
Date: 2014-03-14 16:58:55
Message-ID: CABSa+vYWr4v_bDeo=3=rsbtPW6ku5pHS03sofyJzpS8bBGRHvA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc pgsql-novice

Turns out that it was a JBoss problem. I had to remove the driver jar from
the deployed EAR file and set a dependency to the module in the JBoss
server.

This link has the details: https://community.jboss.org/message/862434

Thanks for pointing me in the right direction.

On Wed, Mar 12, 2014 at 1:23 PM, Rob Sargent <robjsargent(at)gmail(dot)com> wrote:

> On 03/12/2014 11:12 AM, Daryl Foster wrote:
>
>> I've manually entered some data into table to see if I could successfully
>> pull data from the table using EclipseLink. Now the
>> convertDataValueToObjectValue method in my Converter throws the following
>> exception:
>>
>> java.lang.ClassCastException: org.postgresql.geometric.PGpath cannot be
>> cast to org.postgresql.geometric.PGpath
>>
>> recompile everything with the same version of java? double check
> dependencies?
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--

Sincerely,

*Daryl Foster*
*Software Engineer*

On Center Software, Inc.

*P:* 281.210.0177
*F:* 281.297.9001
*W:* *www.oncenter.com <http://www.oncenter.com/>*

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ignacio Colmenero 2014-03-14 18:26:36 Can't restart statistics collection and autovacuum
Previous Message Tim Kane 2014-03-14 15:12:59 XML validation of whitespace values

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-25 02:42:54 Postgres jdbc build broken with plain ant since e7c2c93
Previous Message Florent Guillaume 2014-03-13 17:50:06 Re: PGXAConnection - equals method returning false

Browse pgsql-novice by date

  From Date Subject
Next Message Thomas Drebert 2014-03-17 10:14:41 joining 2 Tables.
Previous Message Adam Mackler 2014-03-14 14:31:09 Re: Relational loops in a DB