I\'m using PAX-URL 开发者_如何学JAVAto launch a Felix based project from Eclipse. I use the assembly protocol to avoid having to pre-pack my bundles.
I would like to implement following scenario: Extender uses his extensions while extens开发者_如何学JAVAions are grouped by theirs\' type. For example: Extender = Vendor and Extensions = HotDogSelle
Is it possible to specify a relative path to my OBR repository when using Apache Felix with Maven? For example, when I am configuring my maven-bundle-plugin, in the configuration section I have:
I have the weirdest bug, when writting my LogHelper class. I am using org.osgi.service.log.LogService (with Apache Felix implementation).
EDIT: updated this question with latest information... I\'m having issues running back-to-back "features:uninstall" commands for dependent features.OSGi responds back with "State change
What options do I need to add to the maven build or the java runtime to access the internal sun.security classes? There is Java code from Akamai in an OSGI bundle needs access to internal sun.security
In our project (Osgi, Spring-Dm, Apache-Felix) we are having some issue on production when BundleContext.getServic开发者_C百科e() return null.
We started using Apache Felix Karaf for a project, and make use of Blueprint Services. Now, I would like to use Spring Dynamic Modules in order to have access to advanced DI functionality and testing
I have one bundle using the following configuration in pom.xml: <plugin> <groupId>org.apache.felix</groupId>
Using Apache Felix, I have an OSGi component I\'ve authored that wraps some middleware my company uses.Currently it depends on a good number of external libraries, and I appear to have run into a limi