# # 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 = Hsqldb jdbcLevel = 2.0 urlProtocol = jdbc urlSubprotocol = hsqldb urlDbalias = ../OJB # ------------------------------------------------------------------- # # D D L U T I L S S E T T I N G S # # ------------------------------------------------------------------- ddlutils.shutdownDatabase = true # ------------------------------------------------------------------- # # T O R Q U E S E T T I N G S # # ------------------------------------------------------------------- torque.database = hypersonic torque.database.createUrl = ${urlProtocol}:${urlSubprotocol}:target/test/OJB torque.database.buildUrl = ${urlProtocol}:${urlSubprotocol}:target/test/OJB torque.database.url = ${urlProtocol}:${urlSubprotocol}:target/test/OJB torque.database.driver = org.hsqldb.jdbcDriver torque.database.host = 127.0.0.1 torque.database.user = sa torque.database.password =