On 11/8/11 8:04 PM, Roger Schildmeijer wrote:
Hi Caron,

You should create a new AsynchronousHttpClient for each new request (The async 
http client can't handle concurrent request atm).
So above client.fetch(..) you should add

   AsynchronousHttpClient client = new AsynchronousHttpClient();


HTH
Roger Schildmeijer

Ps. Don't hesitate to contact us again if experience other problems. irc 
(#deft, freenode) or here on the mailing list. Ds.

JIRA... This is where such errors should be logged. Don't hesitate to ask the user to flll one, even if it's invalid : many other users ay check the JIRA before asking on the ML, and taht would spare you a lot of time.

And a NPE should not be considered as a user error : it deserves a correct error message in the framework, IMO.

My 2 cts...

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to