Closed GoogleCodeExporter closed 8 years ago
Hmm, sounds strange. This exception happens when the property passed to a
reasoner is either not of a property type, or null. Could you please add more
details, like the used ontology and/or code that leads to the exception. I'll
have a look.
Original comment by dmitry.t...@gmail.com
on 21 May 2012 at 4:24
Ok, after reading your comment I checked whether everything was in place
(prefix, names and so on) and I found out that a call to the "flush()" method
was missing, as the property causing the problem was inserted without
explicitly updating the reasoner. Now it looks like it's working.
I haven't noticed this before because while using a different reasoner this was
not necessary.
Do you have any comments about this? Anyway, may I suggest a slightly more
informative message for the exception?
Thanks again,
Nicola
Original comment by nicola.v...@gmail.com
on 21 May 2012 at 10:16
You might try to use NonBuffering reasoner instead of buffering one. I'll think
about better wording of the error message.
Original comment by dmitry.t...@gmail.com
on 27 May 2012 at 2:34
Original issue reported on code.google.com by
nicola.v...@gmail.com
on 19 May 2012 at 12:05