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.

The activator for bundle is invalid

I'm trying to create a simple plugin in eclipse. When I run the application, I see this error in log …

java eclipse eclipse-plugin osgi osgi-bundle
How to create OSGi bundle from jar library?

How to create OSGi bundle from jar library?

java osgi bundle
Unable to resolve 1.0: missing requirement [1.0] osgi.wiring.package; (&(osgi.wiring.package=

I am trying to start one of my bundles, but as soon as I start it, I get the below …

java osgi apache-felix osgi-bundle
How to convert jar to OSGi bundle using eclipse and bndtools

I am looking for a step by step guide to convert jar into an OSGi bundle using the eclipse bndtools …

java eclipse osgi bnd
Is it possible to create JKS keystore file without a password?

I'm experimenting with OSGi conditional permissions mechanism. More specifically, I'm trying to use org.osgi.service.condpermadmin.BundleSignerCondition to restrict …

osgi jks
Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV

So I was working with JSTL in OSGi, under Gemini runtime. And I'm getting following exception, when I try to …

java jsp jstl osgi taglib
Getting OSGi services from a bundle in Sling/CQ

I am using Day CQ. I want to store some data in a SQL Server DB, using the connection pool …

servlets osgi connection-pooling sling aem
Java plugin framework choice

We're trying to determine how to implement a simple plugin framework for a service we are implementing that allows different …

java osgi plugin-architecture
Accessing a web service from your browser

I'm relatively new to how web services work so I've gone though a tutorial from http://blog.saminda.org/2008/07/light-weight-osgi-based-axis2…

java browser web-services osgi axis2
Logging in Eclipse/OSGi plugins

I am starting to develop an Eclipse plugin (technically, an OSGi plugin) and one of the first problems I've run …

java eclipse logging osgi