You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessio Soldano (JIRA)" <ji...@apache.org> on 2011/03/02 00:32:36 UTC

[jira] Created: (CXF-3373) Allow for providing classloader for bus extensions resolution

Allow for providing classloader for bus extensions resolution
-------------------------------------------------------------

                 Key: CXF-3373
                 URL: https://issues.apache.org/jira/browse/CXF-3373
             Project: CXF
          Issue Type: Improvement
          Components: Bus
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: 2.4, 2.3.4


Currently the ExtensionManagerBus uses the Thread.currentThread().getContextClassLoader() (TCCL) to look for the bus extension configuration files.
This improvement jira is about adding a new constructor flavour for passing in a classloader to use for that (btw the ExtensionManagerImpl already seems to have been thought to support this usecase); the idea behind this effort is in allowing to build a bus without requiring the Apache CXF libs to be visible in the user context classloader at runtime.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3373) Allow for providing classloader for bus extensions resolution

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

Alessio Soldano resolved CXF-3373.
----------------------------------

    Resolution: Fixed

> Allow for providing classloader for bus extensions resolution
> -------------------------------------------------------------
>
>                 Key: CXF-3373
>                 URL: https://issues.apache.org/jira/browse/CXF-3373
>             Project: CXF
>          Issue Type: Improvement
>          Components: Bus
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 2.4, 2.3.4
>
>
> Currently the ExtensionManagerBus uses the Thread.currentThread().getContextClassLoader() (TCCL) to look for the bus extension configuration files.
> This improvement jira is about adding a new constructor flavour for passing in a classloader to use for that (btw the ExtensionManagerImpl already seems to have been thought to support this usecase); the idea behind this effort is in allowing to build a bus without requiring the Apache CXF libs to be visible in the user context classloader at runtime.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira