You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Bruno Castelo <b....@campus.fct.unl.pt> on 2020/10/06 16:05:46 UTC

Apache Felix error

Greetings,

I'm having some issues with the plugin org apache felix maven bundle plugin.

I am developing a plugin in the ontology editor Protégé and I need the
dependency Apache Jena Libraries
<https://mvnrepository.com/artifact/org.apache.jena/apache-jena-libs/3.16.0>
.

Essentially, when I use the dependency and start Protégé, it fires an error
called org.osgi.framework.BundleException with a missing requirement
osgi.wiring.package=org.apache.jena.rdf.model.

After I found a way to remove that error, I found a java.lang error of
ClassNotFound in the following class
org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation.


Have you or has anybody ever come across a similar problem?
Can you provide help or a pointer towards a possible fix?
If this is helpful, I can provide more detailed log/debug information.

Thank you in advance for any help you can provide.

Best Regards,
Bruno Castelo