You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Damijan Sencar <Da...@siol.net> on 2004/09/12 12:18:23 UTC

Async callback in xmlrpc-2.0-a1-dev

Hi!

I switched my application from xmlrpc-1.2-b1 to xmlrpc-2.0-a1-dev and I 
get the following error while executing async client:

java.lang.NullPointerException
      at 
org.apache.xmlrpc.XmlRpcClient$XmlRpcClientAsyncThread.run(Unknown Source)

My client code works ok with 1.2-b1. I checked API docs but it seems 
that syntax did't change.
Any clue what is new in 2.0 code?


Damijan