Author: jeff.yuchang
Date: 2009-05-19 04:10:52 -0400 (Tue, 19 May 2009)
New Revision: 499
Modified:
idm/trunk/distro/src/main/resources/config-tool/hibernate/cfg/head.jboss-idm.cfg.xml
Log:
update the cfg file.
Modified:
idm/trunk/distro/src/main/resources/config-tool/hibernate/cfg/head.jboss-idm.cfg.xml
===================================================================
---
idm/trunk/distro/src/main/resources/config-tool/hibernate/cfg/head.jboss-idm.cfg.xml 2009-05-12
17:31:03 UTC (rev 498)
+++
idm/trunk/distro/src/main/resources/config-tool/hibernate/cfg/head.jboss-idm.cfg.xml 2009-05-19
08:10:52 UTC (rev 499)
@@ -33,5 +33,7 @@
<property name="cache.use_query_cache">false</property>
<property
name="current_session_context_class">thread</property>
+ <!-- ask hibernate to do the schema population -->
+ <!-- property
name="hibernate.hbm2ddl.auto">create-drop</property-->
Show replies by date