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

        

Reply via email to