Author: alex.guizar(a)jboss.com
Date: 2008-09-12 03:18:04 -0400 (Fri, 12 Sep 2008)
New Revision: 2186
Modified:
jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml
Log:
disabled automatic schema creation in distribution
Modified: jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml
===================================================================
--- jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml 2008-09-12 07:16:36 UTC
(rev 2185)
+++ jbpm3/trunk/modules/distribution/scripts/antrun-installer.xml 2008-09-12 07:18:04 UTC
(rev 2186)
@@ -69,16 +69,19 @@
<property name="hsqldb.cfg.xml"
value="${deploy.artifacts.resources}/jbpm-core-config/hibernate.cfg.hsqldb.xml"/>
<macro-disable file="${hsqldb.cfg.xml}" section="JDBC connection
properties"/>
+ <macro-disable file="${hsqldb.cfg.xml}" section="Automatic schema
creation"/>
<macro-enable file="${hsqldb.cfg.xml}" section="DataSource
properties"/>
<macro-enable file="${hsqldb.cfg.xml}" section="JTA transaction
properties"/>
<property name="mysql.cfg.xml"
value="${deploy.artifacts.resources}/jbpm-core-config/hibernate.cfg.mysql.xml"/>
<macro-disable file="${mysql.cfg.xml}" section="JDBC connection
properties"/>
+ <macro-disable file="${mysql.cfg.xml}" section="Automatic schema
creation"/>
<macro-enable file="${mysql.cfg.xml}" section="DataSource
properties"/>
<macro-enable file="${mysql.cfg.xml}" section="JTA transaction
properties"/>
<property name="postgresql.cfg.xml"
value="${deploy.artifacts.resources}/jbpm-core-config/hibernate.cfg.postgresql.xml"/>
<macro-disable file="${postgresql.cfg.xml}" section="JDBC
connection properties"/>
+ <macro-disable file="${postgresql.cfg.xml}" section="Automatic
schema creation"/>
<macro-enable file="${postgresql.cfg.xml}" section="DataSource
properties"/>
<macro-enable file="${postgresql.cfg.xml}" section="JTA transaction
properties"/>
Show replies by date