I haven't heard of anyone trying to use the jena driver in OSGI (or of
anyone trying to actually use the jena driver at all for that matter :).
Still, I'm far from claiming the knowledge of the entire RDF2Go user family.
You're probably not doing anything wrong. The headers aren't generated
and if you whip up a patch that will add those manifest entries,
probably in pom.xml, similar to the way it's done in the sesame module -
Max will gladly accept it.
Max?
Antoni Mylka
antoni...@gmail.com
I haven't heard of anyone trying to use the jena driver in OSGIi am currently testing RDF2Go to use it in my osgi project. I see in
the package structure a package called osgi, which contains a
BundleActivator to register ModelFactory. but the manifest header
contains no osgi entries.The header is just a standard jar manifest
header. Is this known issue? If the is an Activator why dont you
bundlize it. Is the any other way to use it in an OSGI environment ?
Sure, i can bundlize it by my self, i just want to know if i'm doing
some thing wrong.
thanks in advance
(or of anyone trying to actually use the jena driver at all for that matter :). Still, I'm far from claiming the knowledge of the entire RDF2Go user family.
You're probably not doing anything wrong. The headers aren't generated and if you whip up a patch that will add those manifest entries, probably in pom.xml, similar to the way it's done in the sesame module - Max will gladly accept it.
@ Max: I have bundlized the jena driver and it's dependency(RDF2Go Api)
and it works fine for me. I will make some tests and i will send you a
patch.
And i still have a Question,
In RDF2Go i see a project called "rdf2go.layer.autopersist" but i don't
understand the aim of the project. In Jena for example i can do some
thing like this
1. RDF2Go.register(new ModelFactoryImpl() );
2. model = RDF2Go.getModelFactory().createModel();
3. model.setAutocommit(true);
4. model.open();
(line 3) sets the jena model to commit any changes made to the model.
Are you doing something like that in the autopersist module?
Thank you
Gebi
> --
> You received this message because you are subscribed to the Google
> Groups "RDF2Go and RDFReactor (part of semweb4j)" group.
> To post to this group, send email to semw...@googlegroups.com.
> To unsubscribe from this group, send email to semweb4j
> +unsub...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/semweb4j?hl=en.
--
Gebeyehu Dagne <gda...@googlemail.com>
@ Max: I have bundlized the jena driver and it's dependency(RDF2Go Api)
and it works fine for me. I will make some tests and i will send you a
patch.
And i still have a Question,
In RDF2Go i see a project called "rdf2go.layer.autopersist" but i don't
understand the aim of the project. In Jena for example i can do some
thing like this
1. RDF2Go.register(new ModelFactoryImpl() );
2. model = RDF2Go.getModelFactory().createModel();
3. model.setAutocommit(true);
4. model.open();
(line 3) sets the jena model to commit any changes made to the model.
Are you doing something like that in the autopersist module?
Thank you a gain for your great work :)
>
>
--
Gebeyehu Dagne <gda...@googlemail.com>