# # schema1 creates the database and wants autocommit mode # ij.database=jdbc:derby:wombat;create=true ij.user=HU ij.password=HUPWD ij.showNoConnectionsAtStart=true ij.showNoCountForSelect=true # DataSource properties, only used if ij.dataSource is set ij.dataSource.databaseName=wombat ij.dataSource.createDatabase=create