Re: Camel FTP Producer Issue

2012-10-16 Thread Claus Ibsen
Hi Next time post your Camel questions to the @user mailing list as we say here http://camel.apache.org/mailing-lists.html And see this FAQ http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html On Wed, Oct 17, 2012 at 6:19 AM, rajivbandaru wrote: > Hi, > > I have the following

Re: Camel FTP Producer Issue

2012-10-16 Thread Charles Moulliard
getOut() should only used when you use a InOut exchange (pattern) which is not the case here. Typically, this occurs if you use a from(jetty, cxf, mina, netty) component. Use exchange.getIn().setBody(inputStream) in your case. On Wed, Oct 17, 2012 at 6:19 AM, rajivbandaru wrote: > Hi, > > I have

Camel FTP Producer Issue

2012-10-16 Thread rajivbandaru
Hi, I have the following route that listens to messages on the vm q and then ftp's the content of that file to a ftp server, simple. ftp://admin@sdqdcstgapp12/pub/incoming/test?password=pass&binary=true"/> What bean does is puts the pdf binary content into t

Re: [RESULT][VOTE] Release Apache Camel 2.10.2

2012-10-16 Thread Christian Müller
It's in Maven central since 5 days [1]. I think it's time to announce it. [1] http://search.maven.org/#artifactdetails|org.apache.camel|camel-core|2.10.2|bundle Best, Christian On Mon, Oct 15, 2012 at 2:24 AM, Hadrian Zbarcea wrote: > The vote passes with: > > [7] +1 (hadrian, joed, jgenender,

Re: [DISCUSSION]Camel Karaf/Blueprint Support Roadmap

2012-10-16 Thread Bengt Rodehav
Thanks for that information Daniel. I'm grateful that Talend does put that much resources into these projects as it will benefit us all. We do, of course, do some testing ourselves but It's probably not as much as it should be due to lack of resources. It's a great benefit that many others use thi

[Heads Up] DefaultExchange.copy doesn't do the deep copy

2012-10-16 Thread Willem jiang
Hi, I just fixed an issue CAMEL-5704[1] which is caused by DefaultExchange.copy doesn't do the deep copy on the exchange properties. I don't think it is a good idea to do the deep copy on the exchange properties as it could wast lots of time. So I fix the issue by making a new copy if we chang

Re: [DISCUSSION]Camel Karaf/Blueprint Support Roadmap

2012-10-16 Thread Daniel Kulp
On Oct 15, 2012, at 7:09 PM, Scott England-Sullivan wrote: > Hi Dan, > > Please disregard my last note. PIBCAC... :) > > If we say state that we support Aries Blueprint 1.0.0, the only > environment that currently offers that is Karaf 2.3.0. Are we ready > to state that Camel supports Karaf