How to stop JPA create an existing table
370149Jul 29 2010 — edited Aug 3 2010Hi,
I am a newbie with JPA.
I am getting the following error when I tried to run my jpa project.
Here is the error:
ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - <Unsuccessful: create table lportal.organization_ (organization_id bigint not null, name varchar(100) not null, primary key (organization_id))>
What should I do to stop my jpa project trying to create the lportal.organization_ table? It is already exist in the database.
THANKS
Sam