André Wolski

Results 11 comments of André Wolski

Now I get this error: ``` { message: 'Connection protocol not supported - have you installed the database driver for sqlite?', code: 4, literalCode: 'NO_SUPPORT' } ``` Maybe this is...

I was my fault, as I had not my usual environment I forgot to `npm install` after cloning the repo. This works now, but I let this ticket open for...

> You can run it from source. > > ``` > git clone https://github.com/nikolaik/fah-control.git > cd fah-control > git checkout feature/gtk3-python3 > ./FAHControl > ``` I think there is a...

I documented my attempts on a Windows build here: https://github.com/nikolaik/fah-control/pull/2

Note: the error doesn't occur when I set `OpenlletOptions.TRACK_BRANCH_EFFECTS = true;`

Thanks, that nailed it down a lot! I've uploaded the result here: https://gist.github.com/Locke/c275b45823f014ba4a09400fe462c39d#file-minimalontologyfile-owl

I created an enriched ontology (that's no longer minimal) for a better understanding: https://gist.github.com/Locke/c275b45823f014ba4a09400fe462c39d#file-enrichedontologyfile-owl Interestingly, when I add the range `TransitionCondition` to `hasTransitionCondition` the NPE doesn't occur. Some background of...

Great, that solved the NullPointerException also in my original ontology / application :) I don't understand what you want to investigate further, so I leave this issue open for you...

As I currently have another problem with imported ontologies I investigated your report - but cannot reproduce it. In general, my experience is, that the processing of imports depends on...