You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Julian Sedding (JIRA)" <ji...@apache.org> on 2011/09/05 23:41:11 UTC

[jira] [Created] (FELIX-3103) CometdActivator should inherit from AbstractActivator

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

        

[jira] [Updated] (FELIX-3103) CometdActivator should inherit from AbstractActivator

Posted by "Julian Sedding (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Sedding updated FELIX-3103:
----------------------------------

    Attachment: FELIX-3103.patch

proposed patch

> 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