You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/03 13:32:13 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on issue #3534: Cannot load XSLT custom function from a class in the current application

JiriOndrusek commented on issue #3534:
URL: https://github.com/apache/camel-quarkus/issues/3534#issuecomment-1145969863

   @ppalaga  At the first glance, problem seems to be a little bit complicated.
   I debugged the test for the correct behavior and problem is caused by the fact, that quarkus 's classloader bans the class from the test module in this [line](https://github.com/quarkusio/quarkus/blob/main/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/CuratedApplication.java#L262).
   Workaround is to use `quarkus.test.flat-class-path=true`.
   
   I'm investigating the reason (which at the first glance seems like a bug on quarkus or an intentional feature, which is not reflected by the test)


-- 
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-unsubscribe@camel.apache.org

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