[seam-commits] Seam SVN: r9085 - branches/community/Seam_2_0/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Sep 22 03:21:33 EDT 2008
Author: dan.j.allen
Date: 2008-09-22 03:21:33 -0400 (Mon, 22 Sep 2008)
New Revision: 9085
Modified:
branches/community/Seam_2_0/seam-gen/build.xml
Log:
use none rather than update as default for hibernate.hbm2ddl.auto
this flag causes more problems than I care to say
Modified: branches/community/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_0/seam-gen/build.xml 2008-09-22 05:52:13 UTC (rev 9084)
+++ branches/community/Seam_2_0/seam-gen/build.xml 2008-09-22 07:21:33 UTC (rev 9085)
@@ -54,7 +54,7 @@
<equals arg1="${database.drop}" arg2="n"/>
</and>
</condition>
- <condition property="hibernate.hbm2ddl.auto" value="validate">
+ <condition property="hibernate.hbm2ddl.auto" value="none">
<and>
<equals arg1="${database.exists}" arg2="y"/>
<equals arg1="${database.drop}" arg2="n"/>
More information about the seam-commits
mailing list