[ 
https://issues.apache.org/jira/browse/GERONIMO-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Forrest Xia updated GERONIMO-6114:
----------------------------------

    Fix Version/s:     (was: 3.0.1)
                   3.0.2
    
> Avoid ServiceLoader lookup during OpenWebBeansInitializer
> ---------------------------------------------------------
>
>                 Key: GERONIMO-6114
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6114
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0.0
>            Reporter: Kevan Miller
>             Fix For: 3.0.2
>
>         Attachments: getWiredBundle.png
>
>
> OpenWebBeans initialization can represent a major portion of a Geronimo 
> server's startup time. I've seen it take nearly 1/4 of a server's startup 
> time. Nearly all of this time is caused because OpenWebBeans is using 
> ServiceLoader.load(). 
> A search of wired bundles shouldn't be necessary (and we should avoid, if 
> possible). We should be able to replace OpenWebBeans 
> DefaultImplementationLoaderService with our own LoaderService implementation. 
> This LoaderService implementation could in turn avoid the use of XBean's 
> BundleClassLoader (BundleClassLoader.getResource() is what drives the 
> getWiredBundle() processing).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to