Group: no.steria.osgi.jsr330activator - All Dependencies
jsr330activator.testbundle8 OSGi Bundle · An OSGi bundle used in integration tests. This bundle is a pure source bundle (no activator, no services provided or listened for), that exposes a package containing a definition for the StorageService.
jsr330activator.testbundle2 OSGi Bundle · An OSGi bundle used in integration tests. This bundle exports the package containing the service definition for HelloService2 and embeds the Jsr330BundleActivator and imports javax.inject from the OSGi runtime and uses the Jsr330BundleActivator to find a provider for HelloService2 and expose the service to listeners.
jsr330activator.testbundle1 OSGi Bundle · An OSGi bundle used in integration tests. This bundle exports the package containing the service definition for HelloService and imports the Jsr330BundleActivator and javax.inject from the OSGi runtime and uses the Jsr330BundleActivator to find a provider for HelloService and expose the service to listeners.
jsr330activator.testbundle3 OSGi Bundle · An OSGi bundle used in integration tests. This bundle exports the package containing the service definitions for HelloService3a, HelloService3b, and HelloService3c, and embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find a provider for HelloService3a, HelloService3b, HelloService3c, and set up listeners for the providers' dependencies and when the dependencies arrive, expose the service to listeners.
jsr330activator.testbundle7 OSGi Bundle · An OSGi bundle used in integration tests. This bundle exports the package containing two services that will have implementations that listen for the StorageService implementations in different ways, embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find providers for the two services and avctivates these services.
jsr330activator.testbundle6 OSGi Bundle · An OSGi bundle used in integration tests. This bundle embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find a provider for the StorageService with a @Name annotation of "dummy".
jsr330activator.testbundle5 OSGi Bundle · An OSGi bundle used in integration tests. This bundle embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find a provider for the StorageService with a @Name annotation of "database".
jsr330activator.testbundle4 OSGi Bundle · An OSGi bundle used in integration tests. This bundle embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find a provider for the StorageService with a @Name annotation of "file".
jsr330activator.testbundle9 OSGi Bundle · An OSGi bundle used in integration tests. This bundle have two separate providers of the same service, that both should be registered as OSGi services.
no.steria.osgi.jsr330activator.gogoshell (OSGi project) · Used to debug bundles: start this project with "mvn pax:provision" and examine registered services and service listeners. Generated using Pax-Construct
jsr330activator · An OSGi bundle activator implementation that will scan the bundle for JSR330 Provider interface implementations instantiate the providers, and register the provided services with OSGi.