You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by fachhoch <fa...@gmail.com> on 2014/02/04 01:34:37 UTC

cxf dynamic client changes classloader

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.