CometdActivator should inherit from AbstractActivator
-----------------------------------------------------
Key: FELIX-3103
URL: https://issues.apache.org/jira/browse/FELIX-3103
Project: Felix
Issue Type: Improvement
Components: HTTP Service
Affects Versions: http-2.2.0
Reporter: Julian Sedding
Priority: Minor
Attachments: FELIX-3103.patch
The CometdActivator should inherit from AbstractActivator instead of
AbstractHttpActivator.
AbstractHttpActivator initialises three objects, the DispatcherServlet,
EventDispatcher and HttpServiceController, none of which are used in the cometd
implementation. The only service used is the SystemLogger, which is provided by
AbstractActivator.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira