rmannibucau commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-727582333
2. yes but the classloader is not always the class classloader, it can be another one (more or less for the same reason you use a classloader to store proxies). Some servers override the implicit classloader by a custom one for several transversal stuff so you must use this one. This is also why it is important to start from the bus and not Class or ClassLoader. 5. Probably but if you just inject your TypeHelperClassLoader you likely have the same and simpler, no? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
