from Aaron -- consider if we need this for PDXIntegrator also
Apparently we need to explicitly tell Jar how we want to initiate Jena. So write a class that implements Jena interface JenaSubsystemLifecycle
Add a plugin to pom file
In Java resource folder, create a file under META-INF-'services` named "org.apache.jena.system.JenaSubsystemLifecycle", within the file put in the class created in step 1.
from Aaron -- consider if we need this for PDXIntegrator also