I made a bundle from owlim-lite with bndtools and added all necessary dependencies, so that the OBR-resoultion works fine. Sesame (Semantic Web Repository) should use owlime-lite, but it accesses owlime-lite only per reflection. How could I do this with OSGi/Bndtools?
Asked
Active
Viewed 123 times
1 Answers
1
The only solution is to make it a fragment of the Sesame ... reflection bypasses the Java type safety features which makes it impossible to do modularity ... A fragment becomes part of the Sesame bundle, giving it full (non modular) access to the owl bundle.

Peter Kriens
- 15,196
- 1
- 37
- 55
-
So I have to put "Fragment-Host:
" to the bnd.bnd from the owlim-lite bundle? – TWdorado Oct 14 '12 at 11:10