Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-11 Thread Bill Burke
On 6/11/12 11:26 AM, Sandeep Tikoo wrote: > I agree with Joe, my experience has been the same. When I was researching > different REST frameworks to select one for my organization, I found RESTEASY > to be the best for JAX-RS because of the rich feature which it also extended > out to the clie

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-11 Thread Sandeep Tikoo
, Sandeep. -Original Message- From: Joe Littlejohn [mailto:joelittlej...@gmail.com] Sent: Monday, June 11, 2012 5:45 AM To: Bill Burke Cc: Sandeep Tikoo; resteasy-users@lists.sourceforge.net Subject: Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error Bill, Yes

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-11 Thread Bill Burke
;>> if I could run into any issues down the line. >>>>> I am at the moment extending ApacheHttpClient4Executor.java with my >>>>> custom class; however, the attached file >>>>> (ApacheHttpClient4Executor_2.1.1.GA_PATCHED.java) presents the fix on >

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-11 Thread Joe Littlejohn
t me know >>>> if I could run into any issues down the line. >>>> I am at the moment extending ApacheHttpClient4Executor.java with my >>>> custom class; however, the attached file >>>> (ApacheHttpClient4Executor_2.1.1.GA_PATCHED.java) presents th

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-08 Thread Bill Burke
RESTEASY-233 fixed it on >>> >>>> the server side only and not on the client-side. I have, for now, to >>>> keep my project moving forward, applied a fix on top of >>>> org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor >>>> usin

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-08 Thread Sandeep Tikoo
: resteasy-users@lists.sourceforge.net Subject: Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error FYI, there's a good chance I'm going to be deprecating Apache Client 4 in Resteasy 3.0, then removing it in 3.1. We'll be switching to our own custom code. Particul

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-08 Thread Joe Littlejohn
applied a fix on top of >>> org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor >>> using apache common's DefferedFileOutputStream >>> >> (http://commons.apache.org/io/apidocs/org/apache/commons/io/output/Defer >> redFileOutputStream.ht

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-08 Thread Bill Burke
ailto:bbu...@redhat.com] > Sent: Thursday, June 07, 2012 3:23 PM > To: resteasy-users@lists.sourceforge.net > Subject: Re: [Resteasy-users] FileUpload with big files failing > withOutOfMemory Error > > Yes please elaborate on your fix. > > FYI, the problem I had with Apach

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-07 Thread Bill Burke
italriver.com] > *Sent:* Tuesday, May 15, 2012 6:31 PM > *To:* resteasy-users@lists.sourceforge.net > *Subject:* Re: [Resteasy-users] FileUpload with big files failing > withOutOfMemory Error > > Hi, > > I am using RestEasy on the client side (version 2.2.1.GA) and tr

Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error

2012-06-07 Thread Sandeep Tikoo
[mailto:sti...@digitalriver.com] Sent: Tuesday, May 15, 2012 6:31 PM To: resteasy-users@lists.sourceforge.net Subject: Re: [Resteasy-users] FileUpload with big files failing withOutOfMemory Error Hi, I am using RestEasy on the client side (version 2.2.1.GA) and trying to upload a huge file