[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlrpc-user
Subject:    async request problem with 2.0
From:       Michael Zurke <mischa () zurke ! info>
Date:       2005-06-14 17:25:47
Message-ID: 42AF131B.5070503 () zurke ! info
[Download RAW message or body]

hi,

i switched to version 2.0 and i am getting the following error when i
try to execute an async request:

Exception in thread "Thread-180" java.lang.NullPointerException
          at
org.apache.xmlrpc.XmlRpcClient$XmlRpcClientAsyncThread.run(XmlRpcClient.java:271)


the code looks like this:

   Vector params = new Vector(2);
   params.add(123);
   params.add(list_);
   XmlRpcRequest request = new XmlRpcRequest("test", params);
   getRPCClient().executeAsync(request, callback_);

it used to work with version 1.2-b1!

any ideas?

mish
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic