RE: StreamCaching and multiple context

2014-01-16 Thread Zulio84
-- View this message in context: http://camel.465427.n5.nabble.com/StreamCaching-and-multiple-context-tp5745898p5746050.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: StreamCaching and multiple context

2014-01-16 Thread Siano, Stephan
: users@camel.apache.org Subject: Re: StreamCaching and multiple context Claus Ibsen-2 wrote > Try a SNAPSHOT as we fixed something related to that. Where can I find the configuration mvn to use the snapshot, there is' some reference to the site http://camel.apache.org ? Claus Ibsen-2 wro

Re: StreamCaching and multiple context

2014-01-16 Thread Zulio84
ody this from FileInputStreamCache to ByteArrayInputStreamCache? -- View this message in context: http://camel.465427.n5.nabble.com/StreamCaching-and-multiple-context-tp5745898p5746042.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: StreamCaching and multiple context

2014-01-14 Thread Claus Ibsen
t; Endpoint ep = route.getEndpoint(); // take the first endpoint of the route > > Exchange ex = ep.createExchange(); // create the request exchange > > Exchange rt = pt.send(ep, ex); // invoke the route > > > > Thanks. > > > Zulio. > > > > > -- > Vi

Re: StreamCaching and multiple context

2014-01-14 Thread Zulio84
tEndpoint(); // take the first endpoint of the route Exchange ex = ep.createExchange(); // create the request exchange Exchange rt = pt.send(ep, ex); // invoke the route Thanks. Zulio. -- View this message in context: http://camel.465427.n5.nabble.com/StreamCaching-and-multiple-context-tp

Re: StreamCaching and multiple context

2014-01-13 Thread Claus Ibsen
so it > deletes the tempFile (at point [2]), correctly, but before i sent the > response back to the client inside the principal context (at point [1]). > > How can I manage thi situation? I need to use streamCaching, i don't want to > buffer messages. > > Any idea??? > >

StreamCaching and multiple context

2014-01-13 Thread Zulio84
-- View this message in context: http://camel.465427.n5.nabble.com/StreamCaching-and-multiple-context-tp5745898.html Sent from the Camel - Users mailing list archive at Nabble.com.