I want to create an OSGi framework programmatically, load a Bundle with it and load a class from that bundle. When I call Bundle.loadClass() I get a Class isntance with all fields\\methods\\constructo
I\'m using SIP Communicator (Jitsi). It starts felix then deploy its bundle, when I close sipCom, it uninstalls all bundle then close felix framework too. Now I deployed my bundle, but I want after cl
I\'m using the Felix Configuration Admin library to read and apply configuration files for OSGi services. Many of the services I\'m configuring are third-party (e.g. org.ops4j.pax.web.pax-web-jetty an
I have an OSGi bundle that is built using ANT and the classic BND tool. My bundle uses a library (JAR) internally, which is not available as a bundle within my OSGi container (Apache Felix). So, I am
I have an OSGi bundle (that开发者_如何学运维 is not owned by me - so I cannot change it!) that exposes (exports) a service EchoService, and I want to attach an aspect tomethods of this service (so as
Has anyone tried using jsafeJCEFIPS.jar OSGi? The jar is signed, I can\'t convert it to a bundle. I tried to embedded as jar in bundle, but it is always throws
I have a package X.Y.Z that exists in 2 bundles A and B: bundle A package X.Y.Z class Class1 bundle B pa开发者_Python百科ckage X.Y.Z
We a开发者_StackOverflow社区re using Glassfish V2 and are about to evaluate OSGI. I plan to get started with Apache Felix as OSGI container.
So I have these bundles installed and can be accessed through the gui from http://localhost/path/to/bundles. Here resides the UI where one can search through the bundles and manually shut it down. I w
I configured the \"maven-bundle-plugin\" from Apache Felix as a Maven Archetype in Eclipse (since it was missing), but when I try to create a new Maven project with it, I get as error: