# # *** DO NOT PUT PROPERTIES FOR THE DERBY SYSTEM IN THIS FILE. THEY BELONG # *** IN the _derby.properties file. # # It will get handed to the test on the command line in a -p # argument. # # This causes ij (or the GUI on ij) to load the driver and make an # initial connection to the database. # # ij.protocol=jdbc:derby: ij.database=jdbc:derby:wombat;create=true;logDevice=extinout/wierdlog ij.showNoConnectionsAtStart=true ij.showNoCountForSelect=true # DataSource properties, only used if ij.dataSource is set ij.dataSource.databaseName=wombat ij.dataSource.createDatabase=create ij.dataSource.connectionAttributes=logDevice=extinout/wierdlog # Test fails with security manager due to bug DEBRY-1066 noSecurityManager=true