Author: alex.guizar(a)jboss.com
Date: 2009-02-19 01:51:06 -0500 (Thu, 19 Feb 2009)
New Revision: 3934
Added:
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/hsqldb/
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/hsqldb/hibernate.properties
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/mysql/
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/mysql/hibernate.properties
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/postgresql/
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/postgresql/hibernate.properties
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/sybase/
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/sybase/hibernate.properties
Log:
JBPM-2043: add database properties
Added:
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/hsqldb/hibernate.properties
===================================================================
---
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/hsqldb/hibernate.properties
(rev 0)
+++
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/hsqldb/hibernate.properties 2009-02-19
06:51:06 UTC (rev 3934)
@@ -0,0 +1,8 @@
+# hibernate dialect
+hibernate.dialect org.hibernate.dialect.HSQLDialect
+
+# JDBC connection properties
+hibernate.connection.driver_class org.hsqldb.jdbcDriver
+hibernate.connection.url jdbc:hsqldb:mem:jbpm
+hibernate.connection.username sa
+hibernate.connection.password
Added:
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/mysql/hibernate.properties
===================================================================
--- jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/mysql/hibernate.properties
(rev 0)
+++
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/mysql/hibernate.properties 2009-02-19
06:51:06 UTC (rev 3934)
@@ -0,0 +1,9 @@
+# hibernate dialect
+hibernate.dialect org.hibernate.dialect.MySQL5InnoDBDialect
+
+# JDBC connection properties
+hibernate.connection.driver_class com.mysql.jdbc.Driver
+hibernate.connection.url jdbc:mysql://localhost:3306/jbpmtest
+hibernate.connection.username jbpmtest
+hibernate.connection.password
+hibernate.query.substitutions true 1, false 0
Added:
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/postgresql/hibernate.properties
===================================================================
---
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/postgresql/hibernate.properties
(rev 0)
+++
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/postgresql/hibernate.properties 2009-02-19
06:51:06 UTC (rev 3934)
@@ -0,0 +1,14 @@
+# System Service QA Database PostgreSQL
+#
https://wiki.corp.jboss.com/bin/view/IT/SystemServiceQaDatabasePostgresql
+
+# Install PostgreSQL on Fedora
+#
http://www.jboss.org/community/docs/DOC-13270
+
+# hibernate dialect
+hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
+
+# JDBC connection properties
+hibernate.connection.driver_class org.postgresql.Driver
+hibernate.connection.url jdbc:postgresql://localhost:5432/jbpmtest
+hibernate.connection.username jbpmtest
+hibernate.connection.password
Added:
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/sybase/hibernate.properties
===================================================================
---
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/sybase/hibernate.properties
(rev 0)
+++
jbpm3/branches/jpdl-3.2.2-SOA-4.2/jpdl/jar/src/test/config/sybase/hibernate.properties 2009-02-19
06:51:06 UTC (rev 3934)
@@ -0,0 +1,17 @@
+# System Service QA Database Sybase
+#
https://wiki.corp.jboss.com/bin/view/IT/SystemServiceQaDatabaseSybase
+
+# Install Sybase ASE 15.0.2 on Fedora
+#
https://www.jboss.org/community/docs/DOC-12932
+
+# jBPM 3.3 on Sybase ASE 15
+#
http://www.jboss.org/community/docs/DOC-12936
+
+# hibernate dialect
+hibernate.dialect org.hibernate.dialect.SybaseDialect
+
+# JDBC connection properties
+hibernate.connection.driver_class net.sourceforge.jtds.jdbc.Driver
+hibernate.connection.url jdbc:jtds:sybase://localhost:5000/jbpmtest
+hibernate.connection.username jbpmtest
+hibernate.connection.password jbpmtest