I’m using the Equinox OSGi implementation. When I retrieve a bundle and ask it for its location (getLocation() method) the returned String is prefixed with “initial@reference”. The OSGi 4.3 specification does not mention this prefix. Is there another document where this prefix and other possible prefixes are specified?
Share
These are Equinox specific URL prefixes (although the reference: prefix is also supported by other OSGi Frameworks). They are not a part of OSGi Spec. From Eclipse Runtime Options:
here is a thread with description of “initial” and “reference” prefixes.