Re: Java OpenCMIS: content streamin

2020-07-01 Thread andpro77
Thank you Florian. That helped a lot. I forgot to mention I'm most interested in Server and Bridge. As reference for the interested reader: For SOAP this is implemented in org.apache.cxf.io.CachedOutputStream$TransferableFileInputStream. Regarding the configuration: CXF properties from http://c

Re: Java OpenCMIS: content streamin

2020-06-30 Thread Florian Müller
Hi Andreas, SOAP messages are not streamed, they are buffered as well. Because CXF is doing that, you will not find many traces in the OpenCMIS code. You can configure the memory threshold and temp directory, though. The Browser binding and the AtomPub binding support streaming without buffe