Author: echatellier Date: 2014-06-11 17:28:27 +0200 (Wed, 11 Jun 2014) New Revision: 192 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/192 Log: Passage d'hibernate en validate Modified: trunk/faxtomail-persistence/src/main/resources/faxToMail.properties Modified: trunk/faxtomail-persistence/src/main/resources/faxToMail.properties =================================================================== --- trunk/faxtomail-persistence/src/main/resources/faxToMail.properties 2014-06-11 14:35:55 UTC (rev 191) +++ trunk/faxtomail-persistence/src/main/resources/faxToMail.properties 2014-06-11 15:28:27 UTC (rev 192) @@ -34,7 +34,7 @@ #hibernate.connection.username=fx #hibernate.connection.password=FX2013! -hibernate.hbm2ddl.auto=update +hibernate.hbm2ddl.auto=validate #hibernate.show_sql=true #hibernate.format_sql=true #hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy @@ -42,4 +42,4 @@ hibernate.c3p0.min_size=5 hibernate.c3p0.max_size=20 hibernate.c3p0.timeout=1800 -hibernate.c3p0.max_statements=50 \ No newline at end of file +hibernate.c3p0.max_statements=50