Top "Osgi" questions

The OSGi (Open Service Gateway Initiative) framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model.

A cycle was detected in the build path of project xxx - Build Path Problem

I'm in the process of converting my projects to OSGI bundles using maven and eclipse. Maven builds the stuff just …

java eclipse maven-2 osgi bundle
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
What does OSGi solve?

I've read on Wikipedia and other sites about OSGi, but I don't really see the big picture. It says that …

java components osgi
How to find and stop all currently running threads?

I have an multiple-threaded java project and I want to add a method stop() to stop all the running threads. …

java multithreading osgi
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
OSGI - handling 3rd party JARs required by a bundle

I'm just getting started with OSGI development and am struggling to understand how best to handle dependant JARs. i.e. …

java jar osgi
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
org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console

Command : \eclipse-SDK-4.2RC3-win32-x86_64_001\eclipse\plugins>java -jar org.eclipse.osgi_3.8.0.v20120529-1548.jar -console Exception (from Log …

java eclipse-plugin osgi
Java 8 & Missing required capability Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.8))"

I have using Eclipse Luna win32.x86_64 runing with Java 8. Here from the Help Menu > About > Installation Detail &…

eclipse eclipse-plugin osgi java-8 equinox
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