p.put("derby.system.home", "target");
Properties confProps = new Properties();
confProps.put("openjpa.jdbc.SynchronizeMappings", "buildSchema(ForeignKeys=false)");
_config = new OdeConfigProperties(confProps, "ode-sca");
// Setting work root as the directory containing our database
try {
_workRoot = getDatabaseLocationAsFile();
} catch (URISyntaxException e) {