You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nick Gallardo (JIRA)" <ji...@apache.org> on 2006/12/04 22:20:20 UTC

[jira] Created: (AXIS2-1824) Response.get() does not block

Response.get() does not block
-----------------------------

                 Key: AXIS2-1824
                 URL: http://issues.apache.org/jira/browse/AXIS2-1824
             Project: Apache 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1824) Response.get() does not block

Posted by "Nick Gallardo (JIRA)" <ji...@apache.org>.
     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org