JiriOndrusek commented on PR #4721: URL: https://github.com/apache/camel-quarkus/pull/4721#issuecomment-1520393672
The failure is JVM only. - I built quarkus-cxf based on tag 2.0.1 with cherry-picked commit 6da272f1e30bfca24056c836b7c59934affc2aa6 - I run test [CxfSoapWsrmTest](https://github.com/JiriOndrusek/camel-quarkus/blob/CQ4689-cxf-wsrm-coverage-PR/integration-test-groups/cxf-soap/cxf-soap-ws-rm/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wsrm/it/CxfSoapWsrmTest.java) in JVM mode. The result is the same failure as without fix. ``` [ERROR] CxfSoapWsrmTest.testWSRM:66 1 expectation failed. Response body doesn't match expectation. Expected: "Hello wsrm2!" Actual: Hello wsrm1! ``` Here is the test scenario. I hope it is correct. 1. Send msg01 2. receive msg01 3. Send msg02 -> lost by MessageLossSimulator 4. receive msg02 (because of reliable messaging - the second attempt) Failure is caused by the fact that message in the step 4 is `msg01`, Which was happening because RM does not acknowledge that the message `msg01` is received therefore it is send for the second time -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
