[
https://issues.apache.org/jira/browse/AXIS2-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Gallardo resolved AXIS2-1824.
----------------------------------
Resolution: Fixed
This has already been fixed.
> Response.get() does not block
> -----------------------------
>
> Key: AXIS2-1824
> URL: https://issues.apache.org/jira/browse/AXIS2-1824
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Nick Gallardo
> Assigned To: Nick Gallardo
>
> Async polling requests use the javax.xml.ws.Response object to collect
> responses. The get() and the get(long, TimeUnit) are used by the client to
> get the response contents. The spec states that the call to get() should
> block until the response has been returned.
> Javadoc reference:
> http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html#get()
>
> The current implementation of the method does not block. Also, the get(long,
> TimeUnit) method is unimplemented. This JIRA will address both of these
> issues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]