Dear developers,
I had NullPointerExceptions in XmlRpcClient$XmlRpcClientAsyncThread's
run() method in line 271 until I swapped the assignment statement with
the method invocation to
while (call != null)
{
executeAsync(call.request, call.callback,
call.transport);
call = dequeue();
}
I cannot understand, why this might have been an unnoticed
implementation error until now. Is no-one else using the async
implementation?! Please excuse my astonishment. Actually, I am doubting
that the above is actually the solution - can it be that obvious?
Best regards,
Hendrik Scheider
Dipl.-Inf., Software-Architekt
_______________________________________
Wincor Nixdorf International GmbH
Retail Store Solutions
Java Solution Group
Wernerwerkdamm 16
13629 Berlin
Tel: +49 (0) 30 5017 1219
Fax: +49 (0) 30 5017 1305