I am using cxf dynamic client  , jsf2 is having issues after create the
client  using  JaxWsDynamicClientFactory
in the method the classloader is updated and this causes issues  here is the
code from cxf

 

this line // Setup the new classloader!
        ClassLoaderUtils.setThreadContextClassloader(cl); is updating
classloader ,
so any application which uses classloader as key to cache someobjects in a
map will fail  as the current thread classloader is updated. 



--
View this message in context: 
http://cxf.547215.n5.nabble.com/cxf-dynamic-client-changes-classloader-tp5739424.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to