You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Created) (JIRA)" <ji...@apache.org> on 2011/11/22 15:48:41 UTC

[jira] [Created] (SLING-2298) Register web console plugin using a ServiceFactory

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

        

[jira] [Closed] (SLING-2298) Register web console plugin using a ServiceFactory

Posted by "Carsten Ziegeler (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-2298.
-----------------------------------

    
> 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.3.0
>
>
> 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

        

[jira] [Resolved] (SLING-2298) Register web console plugin using a ServiceFactory

Posted by "Carsten Ziegeler (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-2298.
-------------------------------------

    Resolution: Fixed

Changed in revision 1205052
                
> 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