# # 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 = Derby jdbcLevel = 3.0 urlProtocol = jdbc urlSubprotocol = derby #urlDbalias = target/test/derbydb urlDbalias = //localhost/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 = derby torque.database.createUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias} torque.database.buildUrl = ${urlProtocol}:${urlSubprotocol}:${urlDbalias} torque.database.url = ${urlProtocol}:${urlSubprotocol}:${urlDbalias} #torque.database.driver = org.apache.derby.jdbc.EmbeddedDriver torque.database.driver = org.apache.derby.jdbc.ClientDriver torque.database.host = 127.0.0.1 torque.database.user = ojb torque.database.password = ojb