Has anything changed in the area of JenaRuntime initialization since the
transition into Apache?
I'm trying to get an OSGi version of apache-jena working but
configurations that worked with pre-apache jena are failing for me.
As far as I can tell the problem is the static initialization chain
ModelCom -> RDFReaderFimpl > JenaRuntime > Metadata
It think (but am far from certain) that properties.loadFromXML is
failing but there's no error, the jena-properties.xml is in the bundle
and the resource stream is opened OK.
So as a hint to help with debugging, are there any recent changes in
this area that are worth knowing about?
Dave