Re: HttpAsyncClient with MultipartEnityBuilder

2014-03-04 Thread Marco Palladino
Technically this doesn't really fix it because you're not using the nByteEntity object anywhere. - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail:

Re: HttpAsyncClient with MultipartEnityBuilder

2013-11-11 Thread Harold Rosenberg
(httpPost, httpContext, futureCallback); Thanks, Hal - Original Message - From: Oleg Kalnichevski ol...@apache.org To: HttpClient User Discussion httpclient-users@hc.apache.org Sent: Friday, November 8, 2013 1:38:46 PM Subject: Re: HttpAsyncClient with MultipartEnityBuilder On Fri

HttpAsyncClient with MultipartEnityBuilder

2013-11-08 Thread Harold Rosenberg
I am having trouble sending an HttpEntity created using the MultipartEntityBuilder on the HttpAsyncClient. Based on this exchange from the httpclient-users mailing list: http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/201206.mbox/%3c1339240012.2405.12.camel@ubuntu%3e I thought

Re: HttpAsyncClient with MultipartEnityBuilder

2013-11-08 Thread Harold Rosenberg
- From: Harold Rosenberg hrose...@vmware.com To: httpclient-users@hc.apache.org Sent: Friday, November 8, 2013 12:38:10 PM Subject: HttpAsyncClient with MultipartEnityBuilder I am having trouble sending an HttpEntity created using the MultipartEntityBuilder on the HttpAsyncClient. Based

Re: HttpAsyncClient with MultipartEnityBuilder

2013-11-08 Thread Oleg Kalnichevski
On Fri, 2013-11-08 at 09:45 -0800, Harold Rosenberg wrote: Actually, one minor correction. In the second case, the exception stack is actually slightly different. It is: The mpEntity isRepeatable = true Exception in thread main java.lang.UnsupportedOperationException: Multipart form