halouprogramer commented on issue #4850: URL: https://github.com/apache/camel-k/issues/4850#issuecomment-1779142309
I will try replacing it with `jakarta`. But I would like to add one thing. Method 1: When I use the following method, the Route can start normally. 1.Upload the camel-soap-demo.jar package to Nexus. 2.Import the dependency using the dependency method, `// camel-k: dependency=mvn:com.demo:camel-soap-demo:1.0.0` Method 2: Using the following method will result in the aforementioned exception, and the application fails to start. `// camel-k: resource=file:../../../target/camel-soap-demo.jar` `// camel-k: trait=jvm.classpath=/etc/camel/resources/camel-soap-demo.jar` I don't know the difference between these two methods. I hope to receive further advice. -- 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