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.

Convert existing JAR to OSGi-bundle

I have a JAR file that I need to convert to an OSGi bundle. I do not have the original …

java intellij-idea osgi osgi-bundle
OSGi Testing

Currently, I am working on a new version control system as part of a final year project at University. The …

java testing osgi
What is OSGi and what are some examples of its use?

I've just started hearing the term OSGi being used (while reading tutorials on common Java EE containers such as GlassFish …

terminology osgi
Trying to build an OSGi bundle in Maven with embedded dependencies. Can't seem to exclude transitive dependencies from BND classpath

Basically, my web service must be deployable as a single OSGi jar bundle. Therefore: The bundle must contain all compile …

maven osgi bundle transitive-dependency
Starting OSGi bundle

I try to run OSGi plug in in Eclipse. It is empty bundle, but eclipse always send me errors There …

java osgi bundle equinox
OSGi: how to ensure classpath consistency?

According to the OSGi documentation, OSGi is designed to help prevent ClassPath problems. For example, from "OSGi in action": ClassNotFoundExceptions …

osgi noclassdeffounderror classnotfoundexception
Log4j under OSGI (Eclipse RCP)

After many tests i concluded that the Log4j is not working under OSGI. I do not use Log4j …

eclipse log4j osgi rcp
Scala in OSGI container?

How can I code my bundle in Scala and then deploy it into OSGI container? Do I compile it into "…

scala osgi equinox apache-felix
What is a p2 repository?

I'm working on a project now for a few months where we use "p2-repositories". I know that I get …

eclipse maven osgi nexus p2
The default package '.' is not permitted by the Import-Package syntax

Trying to run @org.junit.Test with Intellij IDEA. It's an OSGi bundle, when hit Run 'testMyTest' Getting following exception: …

java intellij-idea osgi aem