ppalaga edited a comment on pull request #3526: URL: https://github.com/apache/camel-quarkus/pull/3526#issuecomment-1032535928
> I am checking locally, whether I can make loading the functions from the current project work. > FWIW, it works in native mode because the classloader there is flat. I think this is caused by the fact that TransformerFactory class is resolved using a wrong class loader around here in Camel https://github.com/apache/camel/blob/camel-3.15.0/components/camel-xslt/src/main/java/org/apache/camel/component/xslt/XsltEndpoint.java#L372 I'd say this PR is good to go like this with the known limitation. I have filed a followup issue https://github.com/apache/camel-quarkus/issues/3534 for the class loading problem. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
