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#4181536

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181536
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to