Author: bleny Date: 2013-03-29 13:07:18 +0100 (Fri, 29 Mar 2013) New Revision: 58 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: switch to hibernate update mode for demo Modified: trunk/magalie-persistence/src/main/resources/magalie.properties Modified: trunk/magalie-persistence/src/main/resources/magalie.properties =================================================================== --- trunk/magalie-persistence/src/main/resources/magalie.properties 2013-03-29 11:17:12 UTC (rev 57) +++ trunk/magalie-persistence/src/main/resources/magalie.properties 2013-03-29 12:07:18 UTC (rev 58) @@ -1,9 +1,9 @@ javax.persistence.jdbc.driver=org.h2.Driver -javax.persistence.jdbc.url=jdbc:h2:file:/tmp/magalie/h2data;DB_CLOSE_ON_EXIT=FALSE +javax.persistence.jdbc.url=jdbc:h2:file:/tmp/magalie/h2data javax.persistence.jdbc.user=sa javax.persistence.jdbc.password= hibernate.dialect=org.hibernate.dialect.H2Dialect -hibernate.hbm2ddl.auto=validate +hibernate.hbm2ddl.auto=update hibernate.show_sql=true hibernate.format_sql=true hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy
participants (1)
-
bleny@users.forge.codelutin.com