You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow setting transport timeout parameters in a provider independent way in a
client. Currently you need to use provider specific parameters, like
com.sun.xml.ws.connect.timeout.
Additionally, the timeouts should be possible to set before (or at the time of)
client construction, because client construction fetches wsdl, which can cause
the client to be blocked infinitely on wsdl fetch. Please see http://forums.java.net/jive/thread.jspa?threadID=58632 for some more details.
Allow setting transport timeout parameters in a provider independent way in a
client. Currently you need to use provider specific parameters, like
com.sun.xml.ws.connect.timeout.
Additionally, the timeouts should be possible to set before (or at the time of)
client construction, because client construction fetches wsdl, which can cause
the client to be blocked infinitely on wsdl fetch. Please see
http://forums.java.net/jive/thread.jspa?threadID=58632 for some more details.
Environment
Operating System: All
Platform: All
Affected Versions
[2.1]
Source: javaee/metro-jax-ws#712
Author: glassfishrobot
The text was updated successfully, but these errors were encountered: