You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/06/02 19:18:16 UTC

[GitHub] [jena] afs commented on issue #1360: Getting null when using RIOT.getContext()

afs commented on issue #1360:
URL: https://github.com/apache/jena/issues/1360#issuecomment-1145225365

   This could be because the combined jar does not include the service loader files:
   
   https://jena.apache.org/documentation/notes/jena-repack.html
   
   For each of the jena jars included, the repacking needs to include (concatenate into one file) the contents of all
   `META-INF/services/org.apache.jena.sys.JenaSubsystemLifecycle` files in one file in the combined jar.
   
   These are what drives Jena initialization using Java ServiceLoader. The JenaSubsystemLifecycle in Jena calls ARQ.init amongst other things.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org