[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-09-22 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1730918810 Hi @ppalaga , now I know what is happening and what's causing the issue. I initialize my service with that code ``` final URL serviceUrl

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-09-06 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1708581564 Hello @ppalaga, I think I finally managed to build a "working" reproducer: https://github.com/jochenr/my-camel-quarkus-projects/tree/main/camel-quarkus-cxf-soap-wssecu

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-09-04 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1706039537 I saw you tipp too loate. I just made it independant of the parent POm structure https://github.com/jochenr/camel-quarkus/tree/main/integration-test-groups/cxf-soa

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-09-04 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1705618503 Hello @ppalaga, thank you for your efforts. And sorry for the bad reproducer. Unfortunately this won't fix our real/production application. In the real example I use

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-09-04 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1704964055 Hello @jamesnetherton, thank you for the hint. Unffortunately [mentioned workaround](https://issues.apache.org/jira/browse/CXF-8895?focusedCommentId=17760474&page=com.atla

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-09-01 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1702311254 I did another reproducer: https://github.com/jochenr/camel-quarkus/tree/main/integration-test-groups/cxf-soap/cxf-soap-ws-security-server the idea of this reproduc

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-08-28 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1695762705 thank you for clarification. then I did it right in my projects -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-08-25 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1693107705 Actually, what are the correct maven coordinates for camel-quarkus? this: ``` io.quarkus.platform quarkus-camel-bom 3.2.4.Final pom `

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

2023-08-24 Thread via GitHub
jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1691902348 I spent the whole day on trying to buld an easy reproducer. Unfortunately I can not reproduce the issue yet😥 I tried to extend the https://github.com/jochenr/c