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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...