apache-felix
PAX-URL: "Protocol not supported" at Felix's startup
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.[详细]
2023-02-14 03:08 分类:问答OSGi extender pattern with load ballancing extensions
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[详细]
2023-02-12 14:07 分类:问答Relative path for OBR repository?
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:[详细]
2023-02-08 12:46 分类:问答OSGI LogService.log method does not work!
I have the weirdest bug, when writting my LogHelper class. I am using org.osgi.service.log.LogService (with Apache Felix implementation).[详细]
2023-02-07 15:57 分类:问答OSGi feature uninstall works, but bundles are still installed
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[详细]
2023-02-01 14:38 分类:问答How to access the internal sun.security class from an OSGI bundle?
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[详细]
2023-01-31 03:32 分类:问答Osgi getService()
In our project (Osgi, Spring-Dm, Apache-Felix) we are having some issue on production when BundleContext.getServic开发者_C百科e() return null.[详细]
2023-01-26 12:29 分类:问答How to get Spring Dynamic Modules 2.x to work on Apache Felix Karaf?
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[详细]
2023-01-20 10:47 分类:问答Package-Resolution (Import-Export) problem in maven2 generated osgi-bundles running in ServiceMix
I have one bundle using the following configuration in pom.xml: <plugin> <groupId>org.apache.felix</groupId>[详细]
2023-01-15 20:45 分类:问答Character limit on Bundle-Classpath in OSGi bundle manifest?
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[详细]
2023-01-09 03:48 分类:问答