blob: 4ac94784bbae5057a4690e43d9556592a6b4a221 [file] [log] [blame]
# Platform Property names & Default
#
# profileName - jpatest
# profileDescription - JDBC Profile for JPA Testing
# userName - jpatest
# userPassword - (empty)
# databasedriverJarList - (mandatory)
# databaseName - testdb
# databaseUrl - (mandatory)
#
# Driver class (jconn3.jar) - com.mysql.jdbc.Driver
#
profileName = mysq41
profileDescription = MySql 4.1.16 JDBC Profile for Testing
# set user name
userName =
userPassword =
# set path to Derby driver here (example: databasedriverJarList = C:/jlib/mysql-connector-java-3.1.7-bin.jar )
databasedriverJarList =
databaseName = testdb
# set database URL here (example: databaseUrl = jdbc:sybase:Tds:localhost:5000/testdb )
databaseUrl =