You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/05 11:08:48 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue, #4254: CxfSoapClientTest.wsdlUpToDate() and CxfSoapWssClientTest.wsdlUpToDate() fail on the platform

ppalaga opened a new issue, #4254:
URL: https://github.com/apache/camel-quarkus/issues/4254

   ... because they both read a file from `target/classes/wsdl` which is available only through class path on the platform.


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #4254: CxfSoapClientTest.wsdlUpToDate() and CxfSoapWssClientTest.wsdlUpToDate() fail on the platform

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #4254: CxfSoapClientTest.wsdlUpToDate() and CxfSoapWssClientTest.wsdlUpToDate() fail on the platform
URL: https://github.com/apache/camel-quarkus/issues/4254


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga commented on issue #4254: CxfSoapClientTest.wsdlUpToDate() and CxfSoapWssClientTest.wsdlUpToDate() fail on the platform

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #4254:
URL: https://github.com/apache/camel-quarkus/issues/4254#issuecomment-1306095943

   Same for `CxfSoapServiceTest.simpleSoapService()` that tries to read a local hardcoded WSDL. In case of release 2.13.1, it is `/home/ppalaga/orgs/cq/camel-quarkus/target/checkout/integration-tests/cxf-soap-grouped/target/classes/wsdl/HelloService.wsdl`


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org