Return-Path: Mailing-List: contact turbine-torque-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-torque-dev@jakarta.apache.org Received: (qmail 428 invoked by uid 97); 5 Dec 2002 08:00:45 -0000 Received: (qmail 347 invoked by uid 98); 5 Dec 2002 08:00:45 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 210 invoked from network); 5 Dec 2002 08:00:42 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 5 Dec 2002 08:00:42 -0000 Received: (qmail 27085 invoked by uid 500); 5 Dec 2002 07:59:25 -0000 Received: (qmail 27078 invoked from network); 5 Dec 2002 07:59:25 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 5 Dec 2002 07:59:25 -0000 Received: (qmail 43812 invoked by uid 1280); 5 Dec 2002 07:59:24 -0000 Date: 5 Dec 2002 07:59:24 -0000 Message-ID: <20021205075924.43811.qmail@icarus.apache.org> From: mpoeschl@apache.org To: jakarta-turbine-torque-cvs@apache.org Subject: cvs commit: jakarta-turbine-torque/profile hsqldb.profile mysql.profile oracle.profile postgres.profile X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mpoeschl 2002/12/04 23:59:24 Modified: profile hsqldb.profile mysql.profile oracle.profile postgres.profile Log: update my test profiles Revision Changes Path 1.6 +1 -1 jakarta-turbine-torque/profile/hsqldb.profile Index: hsqldb.profile =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/profile/hsqldb.profile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hsqldb.profile 19 Aug 2002 14:53:24 -0000 1.5 +++ hsqldb.profile 5 Dec 2002 07:59:24 -0000 1.6 @@ -8,7 +8,7 @@ torque.sqlTest.defaultDatabase = sqltest torque.sqlTest.databaseUrl = jdbc:hsqldb:sqltest -lib.dir = ../lib +lib.dir = lib # ------------------------------------------------------------------- # 1.19 +3 -0 jakarta-turbine-torque/profile/mysql.profile Index: mysql.profile =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/profile/mysql.profile,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mysql.profile 9 Sep 2002 09:38:01 -0000 1.18 +++ mysql.profile 5 Dec 2002 07:59:24 -0000 1.19 @@ -53,9 +53,12 @@ torque.addSaveMethod=true torque.addGetByNameMethod=true torque.complexObjectModel=true +#torque.complexObjectModel=false torque.addTimeStamp=true torque.addIntakeRetrievable=false +#torque.addIntakeRetrievable=true torque.useManagers=true +#torque.useManagers=false # ------------------------------------------------------------------- # 1.14 +9 -9 jakarta-turbine-torque/profile/oracle.profile Index: oracle.profile =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/profile/oracle.profile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- oracle.profile 19 Aug 2002 14:53:24 -0000 1.13 +++ oracle.profile 5 Dec 2002 07:59:24 -0000 1.14 @@ -1,15 +1,15 @@ # 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}/classes12.jar -#torque.idMethod = idbroker -torque.idMethod = native +torque.testDatabaseJar = ${maven.home}/repository/oracle-jdbc14/jars/oracle-jdbc14-9.0.2.1.jar +torque.idMethod = idbroker +#torque.idMethod = native torque.defaultDatabase = bookstore torque.sqlTest.defaultDatabase = sqltest -torque.sqlTest.databaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle +torque.sqlTest.databaseUrl = jdbc:oracle:thin:@alpha.tucana.at:1521:oracle -lib.dir = ../lib +lib.dir = lib # ------------------------------------------------------------------- # @@ -66,13 +66,13 @@ # Turbine system with the generated SQL. # ------------------------------------------------------------------- -torque.database.createUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle -torque.database.buildUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle -torque.database.url = jdbc:oracle:thin:@192.168.0.1:1521:oracle +torque.database.createUrl = jdbc:oracle:thin:@alpha.tucana.at:1521:oracle +torque.database.buildUrl = jdbc:oracle:thin:@alpha.tucana.at:1521:oracle +torque.database.url = jdbc:oracle:thin:@alpha.tucana.at:1521:oracle torque.database.driver = oracle.jdbc.driver.OracleDriver torque.database.user = torque torque.database.password = torque -torque.database.host = 192.168.0.1 +torque.database.host = alpha.tucana.at torque.database.schema = TORQUE # Tells JDBC task that javaName attribute for the tables and columns 1.15 +1 -1 jakarta-turbine-torque/profile/postgres.profile Index: postgres.profile =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/profile/postgres.profile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- postgres.profile 19 Aug 2002 14:53:24 -0000 1.14 +++ postgres.profile 5 Dec 2002 07:59:24 -0000 1.15 @@ -9,7 +9,7 @@ torque.sqlTest.defaultDatabase = sqltest torque.sqlTest.databaseUrl = jdbc:postgresql://127.0.0.1:5432/sqltest -lib.dir = ../lib +lib.dir = lib # ------------------------------------------------------------------- #