Hi, I guess you're looking for an implementation of the OSGi JNDI Services specification (OSGi Enterprise spec [1] chapter 126) since that's the one that deals with the InitialContextFactory. SPI-Fly is an implementation of a different spec, namely the OSGi ServiceLoader Mediator Specification (chapter 133), so I guess it won't help you here.
There is an implementation of the OSGi JNDI spec in Aries as well, documentation can be found at [2] and source code at [3]. Hope this helps, David [1] https://www.osgi.org/developer/downloads/release-6/ [2] http://aries.apache.org/modules/jndiproject.html [3] https://svn.apache.org/repos/asf/aries/trunk/jndi On 3 October 2017 at 14:31, Thusitha Thilina Dayaratne < [email protected]> wrote: > Hi All, > > I'm trying to use Aries SPYFly with one of our projects. According to the > OSGi spec when we register an InitialContextFactory, we need to register > that for both implementation and InitialContextFactory classes. > But as I experienced SPIFly only doesn't register that for particular > implementation (only for the InitialContextFactory) > > Did I missed anything or is this an issue? > > Thanks > Thusitha > -- > >
