mkalen 2005/03/11 08:54:42
Modified: profile oracle9i.profile
Log:
Tweak Oracle9i profile for new Torque. Bump JDBC-level.
Revision Changes Path
1.6 +3 -36 db-ojb/profile/oracle9i.profile
Index: oracle9i.profile
===================================================================
RCS file: /home/cvs/db-ojb/profile/oracle9i.profile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- oracle9i.profile 13 Nov 2004 16:20:16 -0000 1.5
+++ oracle9i.profile 11 Mar 2005 16:54:42 -0000 1.6
@@ -17,10 +17,6 @@
# 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}/oracle.jar
-torque.idMethod = idbroker
-torque.defaultDatabase = OJB
-
# -------------------------------------------------------------------
#
# T O R Q U E C O N F I G U R A T I O N F I L E
@@ -36,35 +32,6 @@
# -------------------------------------------------------------------
database = oracle
-database.manual.creation = true
-
-# -------------------------------------------------------------------
-#
-# O B J E C T M O D E L I N F O R M A T I O N
-#
-# -------------------------------------------------------------------
-# These settings will allow you to customize the way your
-# Peer-based object model is created.
-# -------------------------------------------------------------------
-# addSaveMethod=true adds tracking code to determine how to save objects
-#
-# addGetByNameMethod=true adds methods to get fields by name/position
-#
-# complexObjectModel=true generates an om with collection support
-#
-# addTimeStamp=true puts time stamps in generated files
-#
-# addIntakeRetrievable=implement Intake's Retrievable interface
-# -------------------------------------------------------------------
-
-targetPackage=org.apache.torque.test
-basePrefix=Base
-addSaveMethod=true
-addGetByNameMethod=true
-complexObjectModel=true
-addTimeStamp=true
-addIntakeRetrievable=false
-useManagers=true
# -------------------------------------------------------------------
#
@@ -78,7 +45,7 @@
# -------------------------------------------------------------------
dbmsName = Oracle9i
-jdbcLevel = 2.0
+jdbcLevel = 3.0
urlProtocol = jdbc
dbHost = 127.0.0.1
@@ -101,10 +68,10 @@
torque.database.createUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias}
torque.database.buildUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias}
torque.database.url = ${urlProtocol}:${urlSubprotocol}:${urlDbalias}
-torque.database.driver = oracle.jdbc.driver.OracleDriver
+torque.database.driver = oracle.jdbc.OracleDriver
torque.database.user = ojb_test
torque.database.password = ojb_test
-torque.databaseh.host = 127.0.0.1
+torque.database.host = ${dbHost}
# validation query used to detect timed out connections
# connection was checked when borrowed from pool
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]