dufoli commented on a change in pull request #721:
URL: https://github.com/apache/cxf/pull/721#discussion_r532186169



##########
File path: 
rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/WrapperNamespaceClassGeneratorTest.java
##########
@@ -119,5 +126,170 @@ public void testForXmlList() throws Exception {
         assertTrue("The generated response wrapper class is not correct", 
bout.toString().contains(expected));
 
     }
+    public class CustomClassLoader extends ClassLoader {

Review comment:
       @rmannibucau exactly my issue I found that not very easy to set up. So 
How to found a solution for that.
   The second issue is that when code is generated just in time,  it depend of 
class loader or class to store it in the map. So I need to do so on generated 
first part.




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