Pasquale Congiusti
Pasquale Congiusti
Hello. I've used the online tool. I didn't test in VSCode.
cc @christophd
@lsergio I understand this is affecting when you're adding a Kamelet, right?
Ah, okey. Sorry @christophd I added a mention to you thinking it was related to Kamelets. Thans @lsergio for clarification. Then, I think this is falling under the more general...
Is this issue fixed by https://github.com/apache/camel-k/pull/5709 ? can we close it?
Well spotted. Feel free to contribute with a fix if you can work on it. Thanks!
> I can try to if you can point me to a spot where to start. Thanks for giving it a try! The piece of code is isolated in this...
Thanks for reporting. Can you please provide a sample of the failing application? also it would be good to have some log to troubleshoot.
Assuming you're trying to execute something like in the issue #620 - I've tried the following: ``` import org.apache.camel.builder.RouteBuilder; public class Test extends RouteBuilder { @Override public void configure() throws...
Okey. I bet it's some permission issue then. Make sure the user has the right privileges to write files on such a folder. As you are correctly connecting to the...