Top "Osgi-bundle" questions

OSGi - modularity layer for Java platform.

Non-osgi library usage in an osgi application

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-bundle
Sightly Component Cannot Find Bundled WCMUse(Pojo)

I'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 sightly
Difference between OSGi services and REST microservices

OSGi talks about microservices and the press talks about microservices. However, they do not seem to be the same. What …

osgi microservices osgi-bundle
OSGI Import-Package: version vs bundle-version - what's the difference?

I'm having trouble getting an OSGi bundle loaded into a third party framework. It keeps rejecting my bundle because I …

java osgi osgi-bundle
How to include resource file into osgi bundle from jar dependency with bnd/maven-bundle-plugin?

I'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-plugin
Getting java.lang.NoClassDefFoundError: javax/naming/NamingException error when I access the OSGI bundle with JPA support

I 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-bundle
org.apache.commons.discovery.DiscoveryException: No implementation defined for org.apache.commons.logging.LogFactory

I have a web service client running in my karaf when trying to start the osgi bundle the following error …

apache-karaf osgi-bundle karaf
How to work with frequent local snapshot bundle deployments on Karaf?

I 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 karaf
Best way to debug OSGI bundles in Karaf

To 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