Failed read of imported ontology leaves a memory in the ModelMaker
------------------------------------------------------------------

                 Key: JENA-64
                 URL: https://issues.apache.org/jira/browse/JENA-64
             Project: Jena
          Issue Type: Bug
          Components: Onotology API
            Reporter: Ian Dickinson
            Assignee: Ian Dickinson


If an OntModel tries to create sub-models for imports, and the attempt to read 
an import fails, an empty model is left associated with the source URL in the 
memory retained by SimpleGraphMaker. Subsequent attempts to read the import 
URI, e.g. with a FileManager redirect in place to avoid the network issue, 
return only the empty model from the failed read and do not read the updated 
source.

Failed model reads should not leave a memory in the graph maker. Possibly, 
graph maker should not have a memory at all.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to