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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to