Re: Outofmemory error in datahandler

2014-07-24 Thread Shriram
Dan, Can you please tell me how to set inifinte time limit in synchronous timeout. ((ClientImpl) proxy).setSynchronousTimeout(infinite timeout.); tr Shriram -- View this message in context: http://cxf.547215.n5.nabble.com/RE-Outofmemory-error-in-datahandler-tp5745554p5746843.html Sent

Re: Outofmemory error in datahandler

2014-07-17 Thread Shriram
. ((ClientImpl) proxy).setSynchronousTimeout(3600 * 1000); Thanks Shriram. -- View this message in context: http://cxf.547215.n5.nabble.com/RE-Outofmemory-error-in-datahandler-tp5745554p5746592.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Outofmemory error in datahandler

2014-07-02 Thread Daniel Kulp
file.setDfile(new DataHandler(source)); > uploadWebservice.uploadFile(file); > System.out.println("Finished copying"); > } > } > > Thanks, > Shriram > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/RE-Outofmemory-error-in-datahandler-tp5745554p5745732.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

Re: Outofmemory error in datahandler

2014-06-28 Thread Shriram
"); } } Thanks, Shriram -- View this message in context: http://cxf.547215.n5.nabble.com/RE-Outofmemory-error-in-datahandler-tp5745554p5745732.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Outofmemory error in datahandler

2014-06-25 Thread Daniel Kulp
tream from datahandler, response > OutputStream()); >} > > Using Datahandler to handle the download. i am getting null only for larger > files. The exception occurs only for large files. I have commented out > LoggingINInterceptor and LoggingOutInterceptor. > > Note: I am using localtransport for publishing service. Please tell me MTOM > feature is applicable to localtransport or not? If it is applicable why the > code is not working ? > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/RE-Outofmemory-error-in-datahandler-tp5745554.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com

RE: Outofmemory error in datahandler

2014-06-25 Thread Shriram
out LoggingINInterceptor and LoggingOutInterceptor. Note: I am using localtransport for publishing service. Please tell me MTOM feature is applicable to localtransport or not? If it is applicable why the code is not working ? -- View this message in context: http://cxf.547215.n5.nabble.com/RE-Outofmemory-error-in-datahandler-tp5745554.html Sent from the cxf-user mailing list archive at Nabble.com.