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


   WrapperClassGenerator is in charge of producing the class.
   they are called for sei and implementor.
   I do not understand why we generate method class for implementor because we 
will have same class with sei...
   Anyway, it was generated and add on different classloader but it do not 
produce the illegal annotation exception.
   How do you dump file. I want to compare class because maybe something make 
them different....
   
D:\src\cxf\rt\frontend\jaxws\src\test\java\org\apache\cxf\jaxws\service\AddNumbers.java
   
D:\src\cxf\rt\frontend\jaxws\src\test\java\org\apache\cxf\jaxws\service\AddNumbersImpl.java
   
   contain the same methods.
   AddNumbersImpl is implementation of sei AddNumbers.
   
   both generate the class:
   org.apache.cxf.jaxws.service.jaxws_asm.addNumbers
   it is not in same class loader but it have exactly same signature and 
XmlRootElement name is the same.
   Maybe issue is with XmlType annotation.
   


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