# # 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 = Sybase jdbcLevel = 3.0 urlProtocol = jdbc urlSubprotocol = sybase:Tds urlDbalias = localhost:5000/ojb # ------------------------------------------------------------------- # # 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 = sybase torque.database.createUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias} torque.database.buildUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias} torque.database.url = ${urlProtocol}:${urlSubprotocol}:${urlDbalias} torque.database.driver = com.sybase.jdbc3.jdbc.SybDriver torque.database.host = localhost:5000 torque.database.user = ojb torque.database.password = ojb