Character set issue with File Consumer & FTP Publication

2012-08-08 Thread pglebow
I'm struggling with a very odd issue with Camel 2.10 and I'm hoping someone could explain why it's occurring. I've attached a test case that demonstrates the issue. It is a very simple route - just take a file from a local directory and FTP it to a server. Here is the problem: When I specify th

Re: Character set issue with File Consumer & FTP Publication

2012-08-09 Thread pglebow
> Field<http://blog.raulkr.net/?utm_source=fusesourceemail&utm_medium=email&utm_campaign=fusesourcemail> > | aboutme: http://about.me/raulkripalani > > <http://twitter.com/fusenews> > > On 8 August 2012 22:33, pglebow <[hidden email]> wrote: > >> I

Re: Character set issue with File Consumer & FTP Publication

2012-08-09 Thread pglebow
Regards, >> >> *Raúl Kripalani* >> *Principal Consultant | FuseSource Corp. >> [hidden email] | fusesource.com <http://www.fusesource.com/> >> skype: raul.fuse | twitter: @raulvk <http://twitter.com/raulvk>, >> @fusenews<http://twitter.com/fusenews>

Re: Character set issue with File Consumer & FTP Publication

2012-08-13 Thread pglebow
at 4:37 AM, Claus Ibsen-2 [via Camel] wrote: > Hi > > Maybe its related to > https://issues.apache.org/jira/browse/CAMEL-5461 > > That on windows a stream is open on the file, and thus cannot move the > file afterwards. > > Can you try with SNAPSHOT code? > > On

Re: Character set issue with File Consumer & FTP Publication

2012-08-13 Thread pglebow
012 at 6:30 PM, pglebow <[hidden email]> wrote: > >> Hi Claus, >> >> I tried with a snapshot and still encountered the error. I've >> detailed my test procedure below between the >> s; the test case was the same one that I sent previously. &g

Route Policy Question: Server Restarts

2012-12-18 Thread pglebow
I have several routes that run at different times during the business day. A CronScheduledRoutePolicy is used to control the polling schedule. For example, the system polls for a file via FTP between 14:00 and 15:00 each week day - the file is not guaranteed to be there prior to that time per our

Re: Route Policy Question: Server Restarts

2013-01-04 Thread pglebow
I've entered https://issues.apache.org/jira/browse/CAMEL-5929. Thanks again! Phil On Fri, Jan 4, 2013 at 9:01 AM, Claus Ibsen-2 [via Camel] < ml-node+s465427n5724919...@n5.nabble.com> wrote: > Hi > > Catching up with mails. > > On Tue, Dec 18, 2012 at 7:51 PM, pgleb

Jetty Component and headerBufferSize

2012-04-12 Thread pglebow
Is it possible to adjust the headerBufferSize parameter when using the Camel Jetty component? Jetty seems to support changing the parameter via its XML configuration file but I'm not sure how this fits in with Camel. Is there an example out there that I've missed? Thanks. -- View this message i

Re: Jetty Component and headerBufferSize

2012-04-24 Thread pglebow
Jetty's configuration parameters seem to be controlled at the connector level; http://docs.codehaus.org/display/JETTY/Configuring+Connectors lists the properties that are available. I tried specifying the socketConnectorProperties map in the Spring DSL that defines the route; here is the relevant