You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2002/12/05 08:59:24 UTC

cvs commit: jakarta-turbine-torque/profile hsqldb.profile mysql.profile oracle.profile postgres.profile

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
   
   # -------------------------------------------------------------------
   #