[GitHub] [camel-quarkus] radio042 edited a comment on issue #3379: Testing transacted routes with Quarkus and CamelTestSupport fails

2021-12-11 Thread GitBox
radio042 edited a comment on issue #3379: URL: https://github.com/apache/camel-quarkus/issues/3379#issuecomment-991711263 Perfect, this solved my problem! Thanks a lot. :) I think it's a good solution, after all in most cases it does not matter which specific CamelContext instance a test

[GitHub] [camel-quarkus] radio042 edited a comment on issue #3379: Testing transacted routes with Quarkus and CamelTestSupport fails

2021-12-11 Thread GitBox
radio042 edited a comment on issue #3379: URL: https://github.com/apache/camel-quarkus/issues/3379#issuecomment-991711263 Perfect, this solved my problem! Thanks a lot. :) I think it's a good solution, after all in most cases it does not matter which specific CamelContext instance a test

[GitHub] [camel-quarkus] radio042 edited a comment on issue #3379: Testing transacted routes with Quarkus and CamelTestSupport fails

2021-12-10 Thread GitBox
radio042 edited a comment on issue #3379: URL: https://github.com/apache/camel-quarkus/issues/3379#issuecomment-991198981 Thanks for the links! The thing is, I am trying to test a camel route that has the `transacted()` definition, not transactions in general. The test would work once