François de Parscau
François de Parscau
Yes, thanks for finding this issue. So this PR is more a workaround to avoid to call MSV writer.
Hello @jbonofre , I cannot reproduce the error locally , and the latest build on this PR for instance https://github.com/apache/camel-karaf/pull/433/checks shows a successful test ```CamelAws2IamITest: testResultMock bundle:list -s -t 0...
Failed again in https://github.com/apache/camel-karaf/actions/runs/9980703694/job/27582717583?pr=440 This seems to be the common error between the 2 executions : ``` [org.testcontainers.containers.wait.internal.InternalCommandPortListeningCheck] WARN : An exception while executing the internal check: Container.ExecResult(exitCode=137, stdout=, stderr=)...
The way I fixed this issue locally : in the start method of `HTTPTransportActivator` : use the bus to create objects . Use ``` org.ops4j.pax.web pax-web-api provided 9.99.0 ``` dependency...