# 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=francois;password=paceesalute ij.showNoConnectionsAtStart=true ij.showNoCountForSelect=true # DataSource properties, only used if ij.dataSource is set # User and password are specified in databaseName itself so that # they don't get re-used for other connections in the test ij.dataSource.databaseName=wombat;user=francois;password=paceesalute ij.dataSource.createDatabase=create