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);
|
||||
|
||||
/* commenting out during development of 1.3 - this will be redone.
|
||||
if ( updateRequired(ctx, memModel)) {
|
||||
log.error(getMigrationErrString());
|
||||
System.out.println(getMigrationErrString());
|
||||
|
@ -88,6 +89,7 @@ public class JenaDataSourceSetupSDB extends JenaDataSourceSetupBase implements j
|
|||
AbortStartup.abortStartup(ctx);
|
||||
throw new MigrationRequiredError(getMigrationErrString());
|
||||
}
|
||||
*/
|
||||
|
||||
if (memModel == null) {
|
||||
memModel = ModelFactory.createOntologyModel(MEM_ONT_MODEL_SPEC);
|
||||
|
|
Loading…
Add table
Reference in a new issue