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.

Implementing dynamic plugins in Java

I'd like to implement a dynamic plugin feature in a Java application. Ideally: The application would define an interface Plugin …

java plugins osgi guice peaberry
Managing OSGi Dependency Hell

UPDATE 2: Since my blog is a bit dead the links got degraded so you can view the articles here: https://…

java maven dependencies osgi osgi-bundle
Java classloader usage in OSGi

I have a question about the usage of Java ClassLoader in OSGi. I wrote two OSGi bundles, namely server bundle …

java osgi classloader osgi-bundle karaf
Better handling of Thread Context ClassLoader in OSGi

I've been using OSGi for a while now and I have various solutions to the problems I encountered. I wanted …

java osgi equinox
Why can't maven find an osgi bundle dependency?

I have declared a OSGi bundle as a dependency in my maven project. ( It just happens to be the felix …

maven osgi bundle m2eclipse
Why use @Component annotation with each service in CQ

I am bit confused about following things. I understand @Service and @Component annotations are main annotations when we define a …

osgi aem
"java.io.IOException: Invalid secret key format" when opening JCEKS key store with Oracle Java 8 JRE 172

I am getting the following exception when I try to open JCEKS type key store with with Oracle Java 8 JRE 172 …

java osgi equinox jce jceks
OSGI bundle status grace period

I am trying to install two bundles on Karaf. For one of the bundle i am getting error and when …

osgi apache-karaf osgi-bundle opendaylight apache-aries
When is an OSGi fragment attached to host?

I have an OSGi bundle with persistence service (using hibernate) and a fragment, which contains configuration (xml file). In bundle's …

java osgi osgi-fragment
How to configure Log4J when deploying an OSGi app with the Equinox Servle Bridge to Tomcat?

When deploying my OSGi web application using the equinox servlet bridge i get the following: log4j:WARN No appenders …

java tomcat log4j osgi equinox