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. 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:
us...@infra.apache.org


Reply via email to