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.

OSGi: Blueprint vs. Spring DM

I am a little bit confused about Blueprint and Spring DM: From what I think is true: Spring DM is …

osgi blueprint spring-dm
Load DLL (using JNA) inside an OSGi bundle

OSGi cannot find my DLL file, and I can't seem to figure out why. Currently I have the DLL file (…

java osgi jna
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
Determine runmode in Adobe CQ

How do I programmatically know which run-mode the instance is running? I created a custom tag that provides the config …

adobe osgi aem sling day-cq
What is the intended use case for Bundle-Classpath in OSGI bundles

I am trying to understand the intended use case for Bundle-Classpath in OSGI bundles. Here is my understanding, please help …

osgi osgi-bundle
<Export-Package> for all resources using maven-bundle-plugin

As a temporary measure to be able to transition quickly to OSGi I need to create a single jar with …

maven osgi maven-bundle-plugin
Which Rich Client Platform to use

We recently started to develop a Java desktop app and management has requested that we make use of Rich Client …

java osgi rcp
How is the OSGi bundle start level defined?

How is the OSGi bundle start level defined? I am using Apache felix and would like to persist the start …

java osgi
Programmatically Start OSGi (Equinox)?

I'd like to be able to easily start an OSGi framework (preferably Equinox) and load up any bundles listed in …

java maven osgi pax
Unable to Acquire the State Change Lock

Our products are using the latest production-ready release of SWT, 3.7.2. Now since no one back then knew what the next …

java osgi eclipse-luna