# not using ij.user here as those properties are used # for every connection request in ij, but for this test # the user name is only required for the initial connection. ij.protocol=jdbc:derby: ij.database=jdbc:derby:wombat;create=true;user=system;password=manager ij.showNoConnectionsAtStart=true ij.showNoCountForSelect=true runwithj9=false # DataSource properties, only used if ij.dataSource is set ij.dataSource.databaseName=wombat ij.dataSource.createDatabase=create ij.dataSource.user=system ij.dataSource.password=manager