| Author |
Noob error :org.hibernate.exception.SQLGrammarException: could not insert [com.sample.Person]
|
Vic Hood
Ranch Hand
Joined: Jan 05, 2011
Posts: 477
|
|
I'm trying to set up a small working sample of Hibernate that I found here.
However when I run the code I get the follwing error
.
But I already have a table by the name person in the database and here's my hibernate.cfg.xml
Content of the postgresql log file
It would be great if anyone could point out what Im doing wrong, as this is my first attempt at Hibernate.
Thanks!
|
Learning and Learning!-- Java all the way!
|
 |
Vic Hood
Ranch Hand
Joined: Jan 05, 2011
Posts: 477
|
|
UPDATE: Was able to fix that error. However I get the following error now
What I dont understand is why is hibernate looking at person0_ instead of person, any input on this could be helpful. Thanks!
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Noob error :org.hibernate.exception.SQLGrammarException: could not insert [com.sample.Person]
|
|
|