I'm not having any luck getting Jena to work in an OGSi environment (ServiceMix).

I've tried "wrap"ping the Jena jars into separate bundles. I've also built the bundles with
maven-bundle-plugin.  Then when I try:
    Model m = ModelFactory.createMemModelMaker().createFreshModel();
I get:
    DTDDVFactoryImpl does not extend from DTDDVFactory

I have also tried building a single bundle which includes all the imported jars using the pom.xml file from the Clerezza project. This bundle also starts up, but this time when
I execute the model factory command above I get:
    nested exception is java.lang.ExceptionInInitializerError

Has anybody had any luck using Jena in ServiceMix?
Thanks.

Barry Hathaway

Reply via email to