Hello ,
Facing an issue with the "validate" value for hibernate.hbm2ddl.auto
I have executed my DDL statements separately .
I never did like this idea of the ORM tool executing my DDL's !
To prevent this I set the value to validate ( previously tried Create / create-drop )
Now with the value set to Validate - I get the error ::
If I change the setting to "update" things work .
Dont seem to understand why ?
I had also posted the same question on Hibernate forums but didnt get no response (
http://forum.hibernate.org/viewtopic.php?p=2389891 )
Any help in understanding this issue is appreciated
Thanks ,
~satish
[ July 24, 2008: Message edited by: satish bodas ]