Re: Error was: org.postgresql.util.PSQLException: ERROR: relation "tablename" already exists

2015-09-23 Thread Michael Brohl
Hi Derek, I guess your relation name/fk-name is the same as your table name, that's not allowed. You might want to provide your entity definition so we can see what's wrong with it. Michael Brohl ecomify GmbH www.ecomify.de Am 23.09.15 um 08:13 schrieb Derek Lew: Hi I have created

OFBiz SOAP web service integration: List of GenericValue

2015-09-23 Thread Morten Jensen
Hi, I'm currently running a proof of concept on OFBiz web service integration in order to be able to: create party group, party person, create orders, register payments etc from external services (acting as clients to OFBiz). I am using Apache CXF (JAXB) and am exposing the various services as

RE: Error was: org.postgresql.util.PSQLException: ERROR: relation "tablename" already exists

2015-09-23 Thread Derek Lew
Hi Michael, Thanks, I have the table name and entity name of the same. Best regards, Derek -Original Message- From: Michael Brohl [mailto:michael.br...@ecomify.de] Sent: Wednesday, 23 September 2015 7:08 PM To: user@ofbiz.apache.org Subject: Re: Error was:

Error was: org.postgresql.util.PSQLException: ERROR: relation "tablename" already exists

2015-09-23 Thread Derek Lew
Hi I have created a new entity, but everytime I am getting the following error, how do I set it in such a way that it will check if the entity is there and don't create anymore? Error was: org.postgresql.util.PSQLException: ERROR: relation "tablename" already exists Best regards.