Register web console plugin using a ServiceFactory
--------------------------------------------------
Key: SLING-2298
URL: https://issues.apache.org/jira/browse/SLING-2298
Project: Sling
Issue Type: Improvement
Components: Installer
Affects Versions: Installer Core 3.2.2
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: Installer Core 3.2.4
Currently the web console plugin is tried to be directly registered which fails
if the javax.servlet api is not available at that moment. This results in a
missing plugin if the osgi installer starts before the javax servlet package.
Instead of directly trying to register we could register a service factory
instead which is the first time queried when the web console is started and
then the required api's are available.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira