OSGi - modularity layer for Java platform.
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-bundleI've log4j-api v2.0.2 and log4j-core v2.0.2 in the pom.xml of a fragment project and trying to build …
java logging osgi log4j2 osgi-bundleI'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 sightlyOSGi talks about microservices and the press talks about microservices. However, they do not seem to be the same. What …
osgi microservices osgi-bundleI'm having trouble getting an OSGi bundle loaded into a third party framework. It keeps rejecting my bundle because I …
java osgi osgi-bundleI'm using maven-bundle-plugin (bnd effectively). It's straightforward to include a resource file from sources. For example, a resource file (src/…
osgi osgi-bundle bnd maven-bundle-pluginI am using OpenJPA as JPA provider. I have created the small OSGI bundle project with the JPA2.0 support. This …
java osgi openjpa apache-felix osgi-bundleI have a web service client running in my karaf when trying to start the osgi bundle the following error …
apache-karaf osgi-bundle karafI decided to build an application on top of OSGI and Karaf - I really like this stuff. However, I'm …
maven osgi apache-karaf osgi-bundle karafTo date, I've been successful at building OSGI bundles, and invoking web services defined in these bundles via Apache CXF. …
eclipse apache-karaf osgi-bundle karaf