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



##########
File path: core/src/main/java/org/apache/cxf/common/util/ASMHelper.java
##########
@@ -342,7 +342,10 @@ public ClassWriter createClassWriter() {
         TypeHelperClassLoader loader = getTypeHelperClassLoader(l);
         return loader.lookupDefinedClass(className);
     }
-
+    public static void addExternalClass(String className, ClassLoader l, 
Class<?> cls) {

Review comment:
       and I need to know how I can inject to 
bus.GetExtension(org.apache.cxf.common.spi.ClassLoaderService.class) the 
   org.apache.cxf.common.spi.ClassLoaderProxyService$LoadFirst instead of 
   org.apache.cxf.common.spi.ClassLoaderProxyService$GenerateJustInTime
   and after how I inject my class...
   through bus-extensions.txt , if create bus-extensions.txt in my quarkus 
augmentor with
   
org.apache.cxf.common.spi.ClassLoaderProxyService:org.apache.cxf.common.spi.ClassLoaderProxyService$GenerateJustInTime:
 true
   is it ok ?
   or I have to use code to declare a change of extension ?
   
   second question is how to use cxf to parse code and wsdl to generate class . 
I was thinking to use my own ASMHelper with a quarkus class writer .




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