[jbpm-commits] JBoss JBPM SVN: r3885 - jbpm4/trunk/modules/db.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 16 09:35:14 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-16 09:35:14 -0500 (Mon, 16 Feb 2009)
New Revision: 3885

Added:
   jbpm4/trunk/modules/db/README.txt
Log:
module/db instructions added

Added: jbpm4/trunk/modules/db/README.txt
===================================================================
--- jbpm4/trunk/modules/db/README.txt	                        (rev 0)
+++ jbpm4/trunk/modules/db/README.txt	2009-02-16 14:35:14 UTC (rev 3885)
@@ -0,0 +1,21 @@
+module/db
+---------
+Utitlity module to create/drop the jBPM4 database schema.
+
+Usage
+-----
+Database creation can be triggered through the maven command line
+usally as part of the test preparation:
+
+	mvn -Pdrop-create -Ddatabase=<database> install
+
+Supported databases
+-------------------
+
+- hsqldb
+- mysql
+- postgresql
+- oracle
+- sybase
+
+




More information about the jbpm-commits mailing list