Hi everyone, During development thus far we've relied on the hibernate.hbm2ddl.auto=create-drop feature along with the import-*.sql files to configure the system correctly. Once this gets to test and production, though, this will change.
What is the normal flow for deployment once the app stabilizies? Do you deploy with hibernate.hbm2ddl.auto=create once, and then change it to none, and let it run as none? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074998#4074998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074998 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
