Hi,
I think you can give this a try
| <property name="hibernate.hbm2ddl.auto"
value="create-drop"/>
|
Change it to
| <property name="hibernate.hbm2ddl.auto" value="create"/>
|
OR
| <property name="hibernate.hbm2ddl.auto" value="update"/>
|
Regards,
Sachin Parnami
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181536#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...