apache-felix
Bundle.loadClass() returns Class instance without fields or methods
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[详细]
2023-04-12 05:51 分类:问答Deploy SIP Communicator (Jitsi) on another existing osgi framework, and can control it, by osgi console
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[详细]
2023-04-11 06:07 分类:问答How can you get ManagedService configuration immediately?
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[详细]
2023-04-09 11:09 分类:问答Embed thirdparty JAR using BND
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[详细]
2023-04-08 22:59 分类:问答Adding aspects on services across OSGi bundles
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[详细]
2023-04-06 09:31 分类:问答Use jsafeJCEFIPS.jar OSGi
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[详细]
2023-04-01 07:11 分类:问答osgi: import package that partially exists inside bundle
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[详细]
2023-03-31 13:24 分类:问答Apache Felix and Glassfish V2
We a开发者_StackOverflow社区re using Glassfish V2 and are about to evaluate OSGI. I plan to get started with Apache Felix as OSGI container.[详细]
2023-03-31 06:33 分类:问答How to stop a bundle in Apache Felix Webconsole using code
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[详细]
2023-03-30 23:35 分类:问答maven-bundle-plugin: The defined artifact is not an archetype
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:[详细]
2023-03-29 09:12 分类:问答