Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to stop JPA create an existing table

370149Jul 29 2010 — edited Aug 3 2010
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2010
Added on Jul 29 2010
6 comments
4,319 views