apache-felix
Embedding Felix in Tomcat
I am a newbie to OSGi, started using felix. I am at present well versed with the concept of bundles, service etc. I have a requirement where I can embed Felix into Tomcat, I tried googling the same bu[详细]
2023-03-19 22:43 分类:问答setting startlevel for OSGI bundle
(I use glassfish 3.1, felix) I have a log bundle that needs to be started before other bundles in my glassfish server.[详细]
2023-03-17 19:08 分类:问答How do I access a file inside an OSGi bundle?
I am new to OSGi and created an OSGi-bundle which I run in the Apache Felix OSGi-container. There is a file resource contained in the bundle, which I need to pass to a method as a java.io.File. To ins[详细]
2023-03-15 19:20 分类:问答Felix maven-bundle-plugin transitive dependency issue
I\'m new to OSGI and trying to deploy my first application. I\'ve a spring dependency in my pom. While deploying I realized that Felix runtime requires all transitive dependencies to install the bundl[详细]
2023-03-12 03:07 分类:问答switching to gradle from maven to manage a osgi big project (>200 bundles)
We have a big (~215 bundles and counting) osgi (felix+springdm) project, build with maven and maven-osgi plugin.[详细]
2023-03-10 21:37 分类:问答OSGi memory management
I have theoretical question about OSGi memory management. Let’s say we have some OSGi container (Felix for instance), and let’s suppose I created some bundle with memory leak.[详细]
2023-03-06 10:48 分类:问答Embedded Felix, running inside android-app cant resolve org.osgi.framework
i cant figure out why the following happens: I am running an embedded apache felix from a small android application. I programmatically install 2 bundles after starting the framework, but both never[详细]
2023-03-06 09:49 分类:问答OSGI gogo console in JBoss?
Fyi, I am using Maven and Eclipse 3.6 Is it possible to deploy \"felix\" to JBoss (4.2.3) - such that I could access the Gogo shell from my Eclipse console?[详细]
2023-03-01 14:13 分类:问答How to use Derby Client in Felix?
I want to run Derby Client from within an OSGi bundle. The bundle gets built by Maven so I added a dependency to org.apache.derby:derbyclient. At runtime I get the following exception: java.sql.SQLExc[详细]
2023-02-24 06:34 分类:问答Apache Felix obr deploy error messages
How to read error messages when obr deploy command fails? Here is an example: -> obr deploy configuration-exporter[详细]
2023-02-17 03:22 分类:问答