Re: [BUGS] Postgres JDBC-hibernate Problem

2012-09-18 Thread Craig Ringer
On 09/19/2012 03:46 AM, Freddie Burgess wrote: The Employee ingest behaves a bit differently - it handles transactions programmatically, for example: Transaction tx = session.beginTransaction(); session.save(Employee); tx.commit(); Could

Re: [BUGS] Postgres JDBC-hibernate Problem

2012-09-18 Thread Freddie Burgess
ndles transactions programmatically. Any workarounds to resolve this issue would be greatly appreciated. thanks -Original Message- From: Craig Ringer [mailto:ring...@ringerc.id.au] Sent: Tuesday, September 18, 2012 12:29 AM To: Freddie Burgess Cc: pgsql-bugs@postgresql.org Subject: Re: [B

Re: [BUGS] Postgres JDBC-hibernate Problem

2012-09-17 Thread Craig Ringer
On 09/18/2012 01:23 AM, Freddie Burgess wrote: Thanks Craig, We were able to make the necessary adjustments to the way Hibernate manages the data types differently in version 4.1.6, so we got pass this error. Now we have to tackle the a problem with the hibernate 4.1.6 batcher process no longer

Re: [BUGS] Postgres JDBC-hibernate Problem

2012-09-17 Thread Freddie Burgess
- From: pgsql-bugs-ow...@postgresql.org [mailto:pgsql-bugs-ow...@postgresql.org] On Behalf Of Craig Ringer Sent: Monday, September 17, 2012 12:39 AM To: Freddie Burgess Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] Postgres JDBC-hibernate Problem On 09/12/2012 12:18 AM, Freddie Burgess wrote:

Re: [BUGS] Postgres JDBC-hibernate Problem

2012-09-16 Thread Craig Ringer
On 09/12/2012 12:18 AM, Freddie Burgess wrote: We have upgraded from PostgreSQL 8.4.3 to PostgreSQL 9.1.4 and we are getting the following errors when attempting to auto-gen schema DDL. You've changed quite a bit at once, so it's a bit hard to narrow down. Does the error occur when you run wit

[BUGS] Postgres JDBC-hibernate Problem

2012-09-11 Thread Freddie Burgess
We have upgraded from PostgreSQL 8.4.3 to PostgreSQL 9.1.4 and we are getting the following errors when attempting to auto-gen schema DDL. Old Configuration: WEB-INF/lib/postgis-jdbc-1.3.3.jar, WEB-INF/lib/postgis-stubs-1.3.3.jar, WEB-INF/lib/postgresql-8.3-603.jdbc4.jar, New Configuration: Tom