|
From: Paulo P. <pj...@ub...> - 2012-09-17 21:48:07
|
Dear all, I'm testing postgres-xc with an existing Java EE solution of mine and right now I'm facing the following issue when reading from an entity I've just persisted: org.postgresql.util.PSQLException: ERROR: RETURNING clause not yet supported Here's what I'm doing: 1) I have a JDBC Connection Pool configured in my application server pointing to one of my coordinators; 2) In my application, I'm using Hibernate (Java ORM implementation) to persist my dat-model; 3) I insert a new entity to my database; 4) I get the ID of the object, that usually is available after inserting the new entity (I don't force RETURNING clause, but I believe the ORM may be doing it or something similar, if any); 5) I get the aforementioned exception. Is this a known issue? Cheers, -- Paulo Pires Ubiwhere |