# 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 #Exclude for J2ME/Foundation - test requires ldap support which is not available with j9_foundation runwithfoundation=false # Test fails with security manager due to bug DEBRY-857 noSecurityManager=true