Jena TDB java.lang.ExceptionInInitializerError

前端 未结 3 1460
孤城傲影
孤城傲影 2020-12-10 19:40

I\'m using Jena TDB for loading an RDF dataset and making SPARQL queries against it. I\'m using the following maven dependency:


    

        
3条回答
  •  Happy的楠姐
    2020-12-10 19:57

    The POM uses the shade plugin. It needs to manage services files (META_INF/services/) with a ServicesResourceTransformer transformer.

    Add the following transformed to your POM file:

    
    

    See here for example: https://github.com/apache/jena/blob/master/jena-fuseki2/jena-fuseki-server/pom.xml

提交回复
热议问题