Top "Apache-felix" questions

Apache Felix is a community effort to implement the OSGi R4 Service Platform and other interesting OSGi-related technologies under the Apache license.

Reading my own Jar's Manifest

I need to read the Manifest file, which delivered my class, but when I use: getClass().getClassLoader().getResources(...) I get …

java osgi manifest.mf apache-felix
Why can't JAXB find my jaxb.index when running inside Apache Felix?

It's right there, in the package that it should be indexing. Still, when I call JAXBContext jc = JAXBContext.newInstance("my.…

java jaxb osgi apache-felix
What exactly is Apache Karaf?

I am a little bit confused about what Apache Karaf exactly is. Can you say that Apache Karaf includes, amongst …

osgi apache-felix apache-karaf aries
OSGi: What are the differences between Apache Felix and Apache Karaf?

Apache Karaf is a sub project of Apache Felix. It is defined as "a lightweight OSGi container". I don't understand …

osgi apache-felix apache-karaf
OSGI missing requirement error

I am new to OSGI and I am trying to figure out how I resolve errors such as the one …

java osgi glassfish-3 apache-felix
Unresolved constraint in bundle, missing requirement osgi.wiring.package

I am having a project using OSGi-(felix), SpringDM, hibernate, maven. when I installed bundle, it is ok, the output …

java maven osgi apache-felix spring-dm
Unable to resolve 1.0: missing requirement [1.0] osgi.wiring.package; (&(osgi.wiring.package=

I am trying to start one of my bundles, but as soon as I start it, I get the below …

java osgi apache-felix osgi-bundle
How do you build a JAR in eclipse with a custom manifest file?

I am trying to to build a Felix bundle in Eclipse. This basically includes having Eclipse create a JAR (through …

java eclipse jar manifest apache-felix
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 …

osgi apache-felix file-access
Dependency Injection in OSGI environments

First some background: I'm working on some webapp prototype code based on Apache Sling which is OSGI based and runs …

java dependency-injection osgi guice apache-felix