Description
This is the last step to solve MYFACES-2944 and MYFACES-2945 problem related to OSGi and SPI. Now it is possible to call
ServiceLoaderFinderFactory.setServiceLoaderFinder(ExternalContext ectx, ServiceLoaderFinder slp)
or
ServiceLoaderFinderFactory.setServiceLoaderFinder(ServletContext ctx, ServiceLoaderFinder slp)
Just before initialization to set a ServiceLoaderFinder that will be used later to locate SPI interfaces. In this way, it is possible to provide a code that looks SPI interfaces using OSGi bundles.
Attachments
Attachments
Issue Links
- is related to
-
MYFACES-2944 Make those add*** methods public in WebXml
- Closed
-
MYFACES-2945 Make a way to get the FacesConfig from a provider
- Closed