[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: could not insert exception in JBOSS 4.2.2 GA ...

jaikiran do-not-reply at jboss.com
Wed Mar 19 12:28:19 EDT 2008


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



More information about the jboss-user mailing list