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!