halouprogramer commented on issue #4850:
URL: https://github.com/apache/camel-k/issues/4850#issuecomment-1778570381

   I built a similar application using Camel Quarkus 2.3.0, and it still 
doesn't report any errors when starting locally.
   However, when deploying the application to OpenShift using Kamel, it reports 
an error during the startup phase.
   Here is the example:
   https://github.com/halouprogramer/camel-soap-demo
   
   The deployment process is as follows:
   
   `mvn clean compiler:compile jar:jar `
   `kamel run --name camel-soap-demo DemoRoute.java`
   
   The loader used by the local Quarkus is QuarkusClassLoader:Quarkus Base 
Runtime ClassLoader: DEV@55fe41ea.
   The loader printed after deployment to OpenShift is 
io.quarkus.bootstrap.runner.RunnerClassLoader@7fbe847c.
   
   


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