[
https://issues.apache.org/jira/browse/CXF-8628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460332#comment-17460332
]
Andriy Redko commented on CXF-8628:
-----------------------------------
Hey [~winston.chen], is it the same as [1] ? Thank you
[1]
https://mail-archives.apache.org/mod_mbox/camel-dev/202108.mbox/%3cam0pr02mb3956d2e2d6ece08cc24ffc5ee8...@am0pr02mb3956.eurprd02.prod.outlook.com%3E
> Unable to set the timeout for JaxWsDynamicClientFactory download WSDL document
> ------------------------------------------------------------------------------
>
> Key: CXF-8628
> URL: https://issues.apache.org/jira/browse/CXF-8628
> Project: CXF
> Issue Type: Bug
> Environment: cxf-rt-frontend-simple-3.3.0.jar
> Reporter: winston chen
> Priority: Major
>
> {code:java}
> JaxWsDynamicClientFactory jaxWsDynamicClientFactory =
> JaxWsDynamicClientFactory.newInstance();
> Client client = jaxWsDynamicClientFactory.createClient(url);
> {code}
>
> When CXF creates clients through urls, there is no interface that allows us
> to set a timeout for downloading WSDL. If the WSDL file download is not
> completed for a long time, the current thread will always be running. It may
> cause the system to become unusable.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)