dufoli edited a comment on pull request #721:
URL: https://github.com/apache/cxf/pull/721#issuecomment-733790304


   Yes I see that on my laptop.
   Most of issue seems to come from the new class loader architure with thread 
related classloader...
   I have this kind of issue:
   "org.apache.cxf.systest.jaxws.resources.jaxws_asm.SayHello cannot be cast to 
org.apache.cxf.systest.jaxws.resources.jaxws_asm.SayHello">
   or 
   java.lang.ClassNotFoundException: 
org.apache.cxf.systest.jaxb.service.jaxws_asm.Echo
   
   It mean that 2 classes has been generated because it was not on same 
classloader. or classloader do not seen class generated by other thread/class. 
I can rollback this part to use the static hashmap as done previously. Else 
give me some direction because the classLoading system you want seems to failed 
and I am not expert on this part. So I do not know what is best to fix that. 
@rmannibucau  @reta 


----------------------------------------------------------------
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]


Reply via email to