Does tha mean you'd use
hibernate.hbm2ddl.auto="create"
the first time round (if you wanted your schema generated for you based on annotations on
your entity beans) and then set
hibernate.hbm2ddl.auto="false" ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033766#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...