[jboss-user] [EJB 3.0] - Re: Ejb3 + Hypersonic

sachin.parnami do-not-reply at jboss.com
Fri Oct 10 10:57:20 EDT 2008


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



More information about the jboss-user mailing list