This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 207307669d CXF test fails in Quarkus Platform because of hard-coded
absolute local wsdlLocation #4058
207307669d is described below
commit 207307669d55508cfeeb58e5b487f43c42be8b71
Author: Peter Palaga <[email protected]>
AuthorDate: Wed Sep 7 09:17:58 2022 +0200
CXF test fails in Quarkus Platform because of hard-coded absolute local
wsdlLocation #4058
---
integration-tests/cxf-soap/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/integration-tests/cxf-soap/pom.xml
b/integration-tests/cxf-soap/pom.xml
index d530070ae7..35fd2c0435 100644
--- a/integration-tests/cxf-soap/pom.xml
+++ b/integration-tests/cxf-soap/pom.xml
@@ -45,6 +45,7 @@
<wsdlOptions>
<wsdlOption>
<wsdl>${basedir}/src/main/resources/wsdl/HelloService.wsdl</wsdl>
+
<wsdlLocation>classpath:wsdl/HelloService.wsdl</wsdlLocation>
<extraargs>
<extraarg>-xjc-Xts</extraarg>
</extraargs>