Author: heiko.braun(a)jboss.com
Date: 2009-02-17 04:12:15 -0500 (Tue, 17 Feb 2009)
New Revision: 3896
Modified:
jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml
Log:
Disable hbm2ddl.auto
Modified: jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml 2009-02-17 07:46:30
UTC (rev 3895)
+++ jbpm4/trunk/modules/jpdl/src/main/resources/hibernate.common.xml 2009-02-17 09:12:15
UTC (rev 3896)
@@ -18,10 +18,6 @@
<!-- # common settings # -->
<!-- ################################### -->
- <!-- Automatic schema creation (begin) -->
- <property name="hibernate.hbm2ddl.auto">create</property>
- <!-- Automatic schema creation (end) -->
-
<!-- Simple memory-only cache -->
<property
name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
Show replies by date