executeAsync bombs with NPE
---------------------------

         Key: XMLRPC-62
         URL: http://issues.apache.org/jira/browse/XMLRPC-62
     Project: XML-RPC
        Type: Bug
  Components: Source  
    Versions: 2.0    
 Environment: Windows XP, jdk 1.5.0
    Reporter: Holger Hoffstätte
    Priority: Critical
 Attachments: executeAsync.patch

executeAsync reproducably bombs out with an NPE in 
XmlRpcClient.XmlRpcClientAsyncThread.run(). Reason: the initially non-null call 
is overwritten by a call to dequeue, which returns null. The attached patch 
fixes this and also takes care of initially non-null calls (just in case).


-- 
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

Reply via email to