kschrader 2002/07/24 14:33:55
Modified: profile kschrader.profile
Log:
Make the test-cases work here again.
Revision Changes Path
1.3 +12 -11 jakarta-turbine-torque/profile/kschrader.profile
Index: kschrader.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/kschrader.profile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kschrader.profile 24 Jun 2002 19:56:03 -0000 1.2
+++ kschrader.profile 24 Jul 2002 21:33:55 -0000 1.3
@@ -1,12 +1,13 @@
# location of jar that you will be using for testing
# so that it can be copied into the dist/lib directory.
-torque.testDatabaseJar = ${lib.repo}/mm.mysql-2.0.12-bin.jar
-torque.idMethod = idbroker
+torque.testDatabaseJar = ${lib.repo}/oracle-classes-1.2.jar
+#torque.idMethod = idbroker
+torque.idMethod = native
torque.defaultDatabase = bookstore
torque.sqlTest.defaultDatabase = sqltest
-torque.sqlTest.databaseUrl = jdbc:mysql://localhost:3306/sqltest
+torque.sqlTest.databaseUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
lib.dir = ../lib
@@ -24,7 +25,7 @@
#
# -------------------------------------------------------------------
-database = mysql
+database = oracle
# -------------------------------------------------------------------
#
@@ -65,13 +66,13 @@
# Turbine system with the generated SQL.
# -------------------------------------------------------------------
-createDatabaseUrl = jdbc:mysql://localhost:3306/mysql
-buildDatabaseUrl = jdbc:mysql://localhost:3306/bookstore
-databaseUrl = jdbc:mysql://localhost:3306/bookstore
-databaseDriver = org.gjt.mm.mysql.Driver
-databaseUser = root
-databasePassword =
-databaseHost = 127.0.0.1
+createDatabaseUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
+buildDatabaseUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
+databaseUrl = jdbc:oracle:thin:@cpddev2.engin.umich.edu:1521:cpddev2
+databaseDriver = oracle.jdbc.driver.OracleDriver
+databaseUser = protot2
+databasePassword = protot2protot2
+databaseHost = cpddev2.engin.umich.edu
# Tells JDBC task that javaName attribute for the tables and columns
# should be made same as SQL name.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>