[ 
https://issues.apache.org/jira/browse/JENA-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391155#comment-15391155
 ] 

ASF GitHub Bot commented on JENA-1210:
--------------------------------------

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/159

    JENA-1210: Call model.read

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/afs/jena filemanager-ontimports

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/159.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #159
    
----
commit 66f1126eb1e0ac62ab947bda29886f7779eaf81c
Author: Andy Seaborne <[email protected]>
Date:   2016-07-15T16:07:56Z

    Combine FileManger-style model.read with RDFDataMgr style processing.
    
    Call mode.read tso that it can be overriden by OntModlImpl
    which does "loadImports".

commit 9e976b64b88f237ca9d82fe69b8b3de6ef31d434
Author: Andy Seaborne <[email protected]>
Date:   2016-07-24T19:08:31Z

    JENA-1210: Call model.read in AdapterFileManager.

----


> OntModel imports not loaded
> ---------------------------
>
>                 Key: JENA-1210
>                 URL: https://issues.apache.org/jira/browse/JENA-1210
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: Jena 3.0.1
>            Reporter: Martynas Jusevičius
>
> I upgraded Jena from 2.11.0 to 3.0.1 and OntModel imports stopped
> working when {{getOntology()}} is called.
> I traced the problem to
> {{AdapterFileManager.readModelWorker(Model model, String filenameOrURI, 
> String baseURI, String syntax)}}
> where
> {{model.read(in, baseURI, syntax)}}
> was at some point replaced with
> {{RDFDataMgr.read(model, mappedURI, baseURI, lang)}}
> and therefore {{OntModelImpl.read()}} doesn't get called, and
> {{OntModelImpl.loadImports()}} doesn't get called.
> The workaround is to call {{OntModel.loadImports()}} explicitly.
> Respective stacktraces provided below.
> 3.0.1
> {noformat}
> at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:134)
> at 
> org.apache.jena.riot.adapters.AdapterFileManager.readModelWorker(AdapterFileManager.java:282)
> at org.apache.jena.util.FileManager.readModel(FileManager.java:341)
> at org.apache.jena.util.FileManager.readModel(FileManager.java:325)
> at 
> org.apache.jena.ontology.OntDocumentManager.read(OntDocumentManager.java:1062)
> at 
> org.apache.jena.ontology.OntDocumentManager.getOntology(OntDocumentManager.java:584)
> {noformat}
> 2.11.0
> {noformat}
> com.hp.hpl.jena.ontology.impl.OntModelImpl.loadImports(OntModelImpl.java:1980)
> at com.hp.hpl.jena.ontology.impl.OntModelImpl.read(OntModelImpl.java:2250)
> at 
> org.apache.jena.riot.adapters.AdapterFileManager.readModelWorker(AdapterFileManager.java:302)
> at com.hp.hpl.jena.util.FileManager.readModel(FileManager.java:362)
> at com.hp.hpl.jena.util.FileManager.readModel(FileManager.java:346)
> at 
> com.hp.hpl.jena.ontology.OntDocumentManager.read(OntDocumentManager.java:1063)
> at 
> com.hp.hpl.jena.ontology.OntDocumentManager.getOntology(OntDocumentManager.java:585)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to