Registry / utility / geronimo-osgi-locator

geronimo-osgi-locator

JSON →
library1.1javamavenunverified

This bundle contains classes that should be copied into another bundle as a private package for OSGi service location.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-osgi-locator</artifactId> <version>1.1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-OSGI-LOCA
G
geronimo-osgi-locator
utilityjavav1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ServiceLocator
org.apache.geronimo.osgi.locator.ServiceLocator

Create a Geronimo OSGi service locator

import org.apache.geronimo.osgi.locator.ServiceLocator; public class Quickstart { public static void main(String[] args) { ServiceLocator locator = new ServiceLocator(); System.out.println("Geronimo OSGi service locator created"); } }
Debug
Known issues
gotchaThis bundle is not meant to be used standalone; its classes should be copied into another bundle as a private package.
fix
Embed the classes from this bundle into your own OSGi bundle as a private package.
affects: *
Upgrade
Version history
1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geronimo-osgi-locator — mvn dependency:get geronimo-osgi-locator · libregistry