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.

How is Java 8 modules different from OSGi?

Java 8 with Project Jigsaw brings a module system to the SDK. I see it as a good thing as it's …

java module osgi java-platform-module-system
How to start osgi console (Equinox)

I'm trying to start an OSGi console in Windows 7. I used this statement on a terminal window: java -jar org.…

osgi equinox
Non-osgi library usage in an osgi application

Is it possible to use a non-osgi library with an OSGi application? For an example, I'm developing a semantic based …

java jar osgi integration osgi-bundle
OSGi, Java Modularity and Jigsaw

So as of yesterday morning I hadn't a clue as to what OSGi even was. OSGi was just some buzzword …

java osgi classloader java-platform-module-system
Karaf Feature install throwing Unsupported 'Bundle-ManifestVersion' value: 1

Hi guys i am getting the below error while using feture install in karaf org.apache.karaf.features.internal.util.…

osgi apache-karaf karaf blueprint-osgi pax-exam
Setting properties in Adobe CQ5

I'm working on CQ5 based app, which is a whole new area for me as I was mainly working on …

osgi aem sling
Service reference in OSGi/blueprint not working properly

I currently have two OSGi bundles (bundle1 and bundle2) both both exposing services through a blueprint in an EBA. In …

java osgi blueprint
Sightly Component Cannot Find Bundled WCMUse(Pojo)

I've been following the documentation here Apparently, in order to have my "use" class be visible to my Sightly component, …

java osgi aem osgi-bundle sightly
Difference between OSGi services and REST microservices

OSGi talks about microservices and the press talks about microservices. However, they do not seem to be the same. What …

osgi microservices osgi-bundle