Marco Bungart

Results 30 comments of Marco Bungart

Update: after adding ``` org.springframework spring-context ${spring.version} ``` The error changes to ``` 2022-07-07 17:18:07.120 ERROR --- [pool-2-thread-1] c.c.c.h.s.CitrusDispatcherServlet : Context initialization failed 2022-07-07T17:18:07.128032434Z org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unexpected failure during...

Update 2: When I build the standalone `...citrus-tests.jar`, and manually add ``` http\://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler ``` to `META-INF/spring.handlers` within the `jar`, everything works as expected.

Workaround: add the following `` to the `test-jar` goal of the `citrus-remote-maven-plugin`: ``` com.consol.citrus citrus-remote-maven-plugin test-jar ... citrus-tests jar false / false true true test metaInf-spring ```

This seems to be fixed in citrus version `3.3.0`, is this correct? At least if I pull up the citrus-version in the test case (see [this branch](https://github.com/turing85/citrus-playground/tree/http-server-not-working-fixed-in-citrus-3-3-0)), it seems to...

We are seeing a similar issue, but we are using `camel-quarkus-jms`. Could this have the same cause?

@zhfeng none that I can share easily. Haven't check yet if I can reproduce it with a MRE. This week is packed, so I will not be able to create...

@zhfeng You could try to activate `XA` on the connection. I know that my use-case uses `XA`.

So I started migrating things. `commons`, and the `spring` look good (there was not really anything to migrate in `common-test`). The other two modules, however (`blueprint` and `cdi`) give me...

To be honest, I think the change should be reverted for `3.8.x`. This is a breaking change and *very* unexpected. Maybe someone could point out exactly what changed, and why?...

~~I may have a reproducer involving `camel-quarkus`. It shows the exception mentioned in https://github.com/quarkusio/quarkus/issues/39283#issuecomment-1991484325.~~ ~~https://github.com/turing85/quarkus-camel-transactions~~ ~~I am still awaiting confirmation from the camel team that the application does (as per...