# # location of jar that you will be using for testing # so that it can be copied into the /lib directory. # ------------------------------------------------------------------- # # O J B S E T T I N G S # # ------------------------------------------------------------------- dbmsName = PostgreSQL jdbcLevel = 3.0 urlProtocol = jdbc urlSubprotocol = postgresql urlDbalias = ${torque.project} # ------------------------------------------------------------------- # # D D L U T I L S S E T T I N G S # # ------------------------------------------------------------------- #ddlutils.shutdownDatabase = false # ------------------------------------------------------------------- # # T O R Q U E S E T T I N G S # # ------------------------------------------------------------------- torque.database = postgresql # For PostgreSQL we have to specify a specific database when we want to # create a new database via JDBC torque.database.createUrl = ${urlProtocol}:${urlSubprotocol}://${torque.database.host}/template1 torque.database.buildUrl = ${urlProtocol}:${urlSubprotocol}://${torque.database.host}/${urlDbalias} torque.database.url = ${urlProtocol}:${urlSubprotocol}://${torque.database.host}/${urlDbalias} torque.database.driver = org.postgresql.Driver torque.database.host = 127.0.0.1 torque.database.user = ojb torque.database.password = ojb