zhfeng commented on PR #4902:
URL: https://github.com/apache/camel-quarkus/pull/4902#issuecomment-1558621944

   The XML test are weired. They are working in JVM mode but throwing the 
Exception during native building.
   
   ```
   [ERROR] org/apache/camel/quarkus/component/xslt/generated/ClasspathTransform 
(wrong name: org/apache/xalan/xsltc/runtime/AbstractTranslet)
   javax.xml.transform.TransformerException: 
org/apache/camel/quarkus/component/xslt/generated/ClasspathTransform (wrong 
name: org/apache/xalan/xsltc/runtime/AbstractTranslet)
       at 
org.apache.xalan.xsltc.trax.TransformerFactoryImpl.passErrorsToListener 
(TransformerFactoryImpl.java:661)
       at org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTemplates 
(TransformerFactoryImpl.java:836)
       at 
org.apache.camel.quarkus.support.xalan.XalanTransformerFactory.newTemplates 
(XalanTransformerFactory.java:70)
       at 
org.apache.camel.quarkus.component.xslt.deployment.XsltProcessor.xsltResources 
(XsltProcessor.java:119)
       at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
       at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:77)
       at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
       at java.lang.reflect.Method.invoke (Method.java:568)
       at io.quarkus.deployment.ExtensionLoader$3.execute 
(ExtensionLoader.java:909)
       at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
       at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
       at org.jboss.threads.EnhancedQueueExecutor$Task.run 
(EnhancedQueueExecutor.java:2449)
       at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run 
(EnhancedQueueExecutor.java:1478)
       at java.lang.Thread.run (Thread.java:833)
       at org.jboss.threads.JBossThread.run (JBossThread.java:501)
   [ERROR] Could not compile stylesheet
   javax.xml.transform.TransformerConfigurationException: Could not compile 
stylesheet
       at org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTemplates 
(TransformerFactoryImpl.java:832)
       at 
org.apache.camel.quarkus.support.xalan.XalanTransformerFactory.newTemplates 
(XalanTransformerFactory.java:70)
       at 
org.apache.camel.quarkus.component.xslt.deployment.XsltProcessor.xsltResources 
(XsltProcessor.java:119)
       at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
       at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:77)
       at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
       at java.lang.reflect.Method.invoke (Method.java:568)
       at io.quarkus.deployment.ExtensionLoader$3.execute 
(ExtensionLoader.java:909)
       at io.quarkus.builder.BuildContext.run (BuildContext.java:281)
       at org.jboss.threads.ContextHandler$1.runWith (ContextHandler.java:18)
       at org.jboss.threads.EnhancedQueueExecutor$Task.run 
(EnhancedQueueExecutor.java:2449)
       at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run 
(EnhancedQueueExecutor.java:1478)
       at java.lang.Thread.run (Thread.java:833)
       at org.jboss.threads.JBossThread.run (JBossThread.java:501)
   
   ```
   
   I will take a look.


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to