Try adding the hibernate.hbm2ddl.auto property to the persistence.xml file. See 
the link that i posted earlier for an example and description of this property.

<properties>
  |             <property name="hibernate.hbm2ddl.auto" value="update"/>
  |        </properties>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137835#4137835

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

Reply via email to