Re: Question - Who closes the InputStream?

2016-09-13 Thread Sergey Beryozkin
PM To: d...@cxf.apache.org; users Subject: Re: Question - Who closes the InputStream? Yes, and if you use the async invoker then I guess you can close it immediately after a reference to a Future is returned Sergey On 12/09/16 21:46, Adam Decatur wrote: Yes, I am referring to client-side code

RE: Question - Who closes the InputStream?

2016-09-12 Thread Adam Decatur
: Question - Who closes the InputStream? Hi Thanks for this question, forwarding to the users. Are you referring to the client side code ? If yes then indeed your code should close the streams once a call doing the upload returns. Cheers, Sergey On 12/09/16 21:31, Adam Decatur wrote: > He

RE: Question - Who closes the InputStream?

2016-09-12 Thread Adam Decatur
: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Monday, September 12, 2016 3:49 PM To: d...@cxf.apache.org; users Subject: Re: Question - Who closes the InputStream? Yes, and if you use the async invoker then I guess you can close it immediately after a reference to a Future is returned Sergey

Re: Question - Who closes the InputStream?

2016-09-12 Thread Sergey Beryozkin
the stream? -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Monday, September 12, 2016 3:41 PM To: users Cc: Daniel Kulp Subject: Re: Question - Who closes the InputStream? Hi Thanks for this question, forwarding to the users. Are you referring to the client

Re: Question - Who closes the InputStream?

2016-09-12 Thread Sergey Beryozkin
Hi Thanks for this question, forwarding to the users. Are you referring to the client side code ? If yes then indeed your code should close the streams once a call doing the upload returns. Cheers, Sergey On 12/09/16 21:31, Adam Decatur wrote: Hello, I am developing a Maven JAR in Eclipse