Top "Equinox" questions

Use this tag for questions about Equinox which is an implementation of the OSGi R4 core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems.

Best way to shutdown an OSGi Container (specifically equinox)

I'm looking for a best practice on shutting down an OSGi container. Currently we are using a small launcher app …

osgi shutdown equinox
Eclipse password recovery

I tries find way how to get a couple my passwords that I stored in Eclipse for FTP`s. I …

java eclipse equinox password-recovery eclipse-rse
Trouble understanding the whole OSGi web eco system

I am pretty new to the whole Java and OSGi world and I have trouble understanding the eco system of …

tomcat osgi equinox apache-felix
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
"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
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
NoClassDefFoundError although OSGi bundle is there

I get a run time error when trying to run a grails application on Eclipse Equinox. java.lang.NoClassDefFoundError: org/…

java osgi equinox