Re: camel-netty: no response received from remote server.

2014-11-26 Thread Claus Ibsen
asedframedecoder, not sure if that would have > something to do with this. > > > I'm not sure why the Unit test can trap this value as a String but the route > can't seem to get at it. I'm new with camel, so am I not doing something > correctly in the route?

Re: camel-netty: no response received from remote server.

2014-11-26 Thread bwest
in order to implement a custom delimiterbasedframedecoder, not sure if that would have something to do with this. I'm not sure why the Unit test can trap this value as a String but the route can't seem to get at it. I'm new with camel, so am I not doing something correctly in

Re: camel-netty: no response received from remote server.

2014-11-26 Thread Claus Ibsen
t; > What am I missing? I've started to look into the stream caching, tho i'm > not sure if this is the right direction. > > ANY ideas are appreciated! > > Thanks! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-ne

Re: camel-netty: no response received from remote server.

2014-11-26 Thread bwest
stream caching, tho i'm not sure if this is the right direction. ANY ideas are appreciated! Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/camel-netty-no-response-received-from-remote-server-tp5759592p5759650.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel-netty: no response received from remote server.

2014-11-25 Thread bwest
ine=true&autoAppendDelimiter=false&keepAlive=false").process(new testProcessor()) .log("${body}") .to("file:/tmp/output/") .to("mock:authorization");/ Any ideas? Thanks, -- V