[Pellet-users] bug/feature? in model.close() when shared import ontology between 2 models
Sergio Berná Niñerola
sergio.berna at experienceon.com
Wed Jul 2 17:23:39 UTC 2008
I have a problem while working with 2 different models in pellet.
I have a file main.owl that is imported by 2 different files p1.owl and
p2.owl . Everything works fine and I can create and list new individuals and
classes in both models, but the problem comes when I close one of these
models.
p1.close() closes the shared imported ontology and after that, any call to a
p2 model method results in a com.hp.hpl.jena.shared.ClosedException:
already closed exception.
Have you experienced this previously or do you have a suggested workaround
for releasing the first model memory?
Thanks for your time.
Sergio Berna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.owldl.com/pipermail/pellet-users/attachments/20080702/c3252bc8/attachment.htm
More information about the Pellet-users
mailing list