Re: Camel mina : data truncated to 1024 bytes

2013-03-07 Thread nil
if our length is not the same as remaining in the ByteBuffer. Thanks for all. NIL -- View this message in context: http://camel.465427.n5.nabble.com/Camel-mina-data-truncated-to-1024-bytes-tp5728733p5728804.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel mina : data truncated to 1024 bytes

2013-03-07 Thread nil
Hi, Thanks for reply. However, I don't see how to set this property in my app. We effectively have a custom codec We try to extends our codec factory with TextLineDecoder to override

Re: Camel mina : data truncated to 1024 bytes

2013-03-07 Thread nil
I forget to tell that i'm using camel 2.10.0 Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-mina-data-truncated-to-1024-bytes-tp5728733p5728735.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel mina : data truncated to 1024 bytes

2013-03-07 Thread nil
Hi, I'm using camel mina component configured like this : My problem is data are always truncated to 1024 first bytes. I try using in my Mina Configuration but no effect. Is there something i'm doing wrong Thanks for your reply NIL --