It should be unlimitted already.    What you are seeing is the Logging 
interceptor truncating what it logs to the logger to avoid the logger sucking 
everything into memory and taking down the server with OOM type issues.   That 
shouldn't be affecting what gets sent back to the client.

Can you create a test case that shows the problem and attach to a JIRA?   
That's the best way to help us reproduce it and get it fixed.

Thanks!
Dan



On Mon February 9 2009 12:18:40 pm Gabriel Guardincerri wrote:
> I have a service that returns a list of images. It seems to work, but when
> the images are too big or there are several images I don't get all images,
> just some of them.
> From the server side I get this messages
>
> Outbound Message
> ---------------------------
> Encoding: UTF-8
> Headers: {}
> Messages: Outbound Message (saved to tmp file):
> Filename: /tmp/cxf-tmp-231627/cos58319tmp
> (message truncated to 102400 bytes)
>
> It seems that the response is truncated to 102400 bytes. So that is the
> reason of not getting all the images.
>
> Is there a way to increase that max size of messages? or to set it to
> unlimited?
>
> Thanks,
>
> Gabriel

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to