disabling some knowledge migration processing during 1.3 development
This commit is contained in:
parent
c3049eb9c5
commit
9236ba0099
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@ public class JenaDataSourceSetupSDB extends JenaDataSourceSetupBase implements j
|
||||||
|
|
||||||
//memModel.writeAll(System.out,"N3",null);
|
//memModel.writeAll(System.out,"N3",null);
|
||||||
|
|
||||||
|
/* commenting out during development of 1.3 - this will be redone.
|
||||||
if ( updateRequired(ctx, memModel)) {
|
if ( updateRequired(ctx, memModel)) {
|
||||||
log.error(getMigrationErrString());
|
log.error(getMigrationErrString());
|
||||||
System.out.println(getMigrationErrString());
|
System.out.println(getMigrationErrString());
|
||||||
|
@ -88,6 +89,7 @@ public class JenaDataSourceSetupSDB extends JenaDataSourceSetupBase implements j
|
||||||
AbortStartup.abortStartup(ctx);
|
AbortStartup.abortStartup(ctx);
|
||||||
throw new MigrationRequiredError(getMigrationErrString());
|
throw new MigrationRequiredError(getMigrationErrString());
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (memModel == null) {
|
if (memModel == null) {
|
||||||
memModel = ModelFactory.createOntologyModel(MEM_ONT_MODEL_SPEC);
|
memModel = ModelFactory.createOntologyModel(MEM_ONT_MODEL_SPEC);
|
||||||
|
|
Loading…
Add table
Reference in a new issue