Author: tomdz
Date: Sun Jan 1 12:27:45 2006
New Revision: 360545
URL: http://svn.apache.org/viewcvs?rev=360545&view=rev
Log:
Switched to Derby networked mode as the default one for testing
Modified:
db/ddlutils/trunk/src/test/jdbc.properties.derby
Modified: db/ddlutils/trunk/src/test/jdbc.properties.derby
URL:
http://svn.apache.org/viewcvs/db/ddlutils/trunk/src/test/jdbc.properties.derby?rev=360545&r1=360544&r2=360545&view=diff
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.derby (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.derby Sun Jan 1 12:27:45 2006
@@ -6,20 +6,21 @@
# Properties starting with "datasource." will be fed into the datasource
instance of the
# class configured via the datasource.class property
+datasource.class=org.apache.commons.dbcp.BasicDataSource
+
# Embedded mode
-datasource.class=org.apache.commons.dbcp.BasicDataSource
-datasource.driverClassName=org.apache.derby.jdbc.EmbeddedDriver
-datasource.url=jdbc:derby:target/database/ddlutils
+#datasource.driverClassName=org.apache.derby.jdbc.EmbeddedDriver
+#datasource.url=jdbc:derby:target/database/ddlutils_derby
# The default username for embedded Derby is app; for every other user the
must be a corresponding
# schema defined in the database; see
http://db.apache.org/derby/faq.html#schema_exist for details
-datasource.username=app
-datasource.password=
+#datasource.username=app
+#datasource.password=
# Client/server mode
-#datasource.driverClassName=org.apache.derby.jdbc.ClientDriver
-#datasource.url=jdbc:derby://localhost/ddlutils
-#datasource.username=ddlutils
-#datasource.password=ddlutils
+datasource.driverClassName=org.apache.derby.jdbc.ClientDriver
+datasource.url=jdbc:derby://localhost/ddlutils
+datasource.username=ddlutils
+datasource.password=ddlutils