RE: Camel Excel Data Component

2010-11-04 Thread Pitre, Russell
idea is to extend Camel to a kind of document composer/printer tool. Regards JB On 11/04/2010 04:03 PM, Pitre, Russell wrote: > I searched the mailing list archives and website for a Microsoft Excel > data component but was unable to come up with anything. Does such a > component exist

Camel Excel Data Component

2010-11-04 Thread Pitre, Russell
I searched the mailing list archives and website for a Microsoft Excel data component but was unable to come up with anything. Does such a component exist yet? Thanks -Russ

RE: SFTP hangs after a day or two

2010-07-05 Thread Pitre, Russell
el 2.4 has better re-connect logic with the FTP components. So wait for that release. And yeah use the disconnect if you are not constantly polling from the remote FTP server. Then its a better chance the FTPClient is capable of connecting when you need to poll. On Fri, Jul 2, 2010 at 5:56

SFTP hangs after a day or two

2010-07-02 Thread Pitre, Russell
Hello- I'm using Camel 2.2 SFTP component like so: from(sftp://u...@ftpserver:22/OUTBOUND?delay=6&delete=true&localWork Directory=3050-b\\Intranet\\adp\\employee\\tmp&password=secret) .routeId("sftp") .log("Moving file ${file:name} to localWorkDirec

RE: Bindy

2010-06-09 Thread Pitre, Russell
2010 at 4:15 PM, Pitre, Russell wrote: > I'm using Bindy for processing CSV files and running into a situation > where one of my Integer fields has whitespace in that position in the > CSV file. Is there any way to get pass this error? Is there an > undocumented pattern to remo

Bindy

2010-06-08 Thread Pitre, Russell
I'm using Bindy for processing CSV files and running into a situation where one of my Integer fields has whitespace in that position in the CSV file. Is there any way to get pass this error? Is there an undocumented pattern to remove whitespace? 08:52:52 DEBUG [org.apache.camel.dataformat.

RE: Move to Spring 3.0

2010-04-08 Thread Pitre, Russell
+1 -Original Message- From: Dragisa Krsmanovic [mailto:dkrsmano...@plos.org] Sent: Thursday, April 08, 2010 1:29 PM To: users@camel.apache.org Subject: Re: Move to Spring 3.0 We run our Camel 2.2.0 app with Spring 3.0 (3.0.1 and 3.0.2 now) without problems. On Thu, 2010-04-08 at 00:51

Eclipse and camel:run

2010-04-07 Thread Pitre, Russell
I just spent the last half day trying to figure out what I thought was a bug with a Camel route. I have a route that consumes multiple files from a ftp server and then a second route to process those files. Files were disappearing on me without any errors or debug messages, needless to say

FTP2 wiki page

2010-03-30 Thread Pitre, Russell
http://camel.apache.org/ftp2.html I'm not sure where or who to send this message to, but it looks like the ftp2 wiki page is not formatted properly. I'm seeing wiki markup.

RE: quartz + pollEnrich +sftp ==> 'move' parameter ignored

2010-03-22 Thread Pitre, Russell
rg Subject: Re: quartz + pollEnrich +sftp ==> 'move' parameter ignored Hi Yeah that was not supported. Its implemented in Camel 2.3. You can try the 2.3-SNAPSHOT http://camel.apache.org/download.html On Mon, Mar 22, 2010 at 7:09 PM, Pitre, Russell wrote: > I'm using the Qua

quartz + pollEnrich +sftp ==> 'move' parameter ignored

2010-03-22 Thread Pitre, Russell
I'm using the Quartz scheduler component in conjunction with pollEnrich to download a file at a specific time of day. It looks like the 'move' parameter is being ignored, am I missing something? public void configure() throws Exception { from("quartz://myGroup/DownloadFilesTrigger

RE: Runtime advice

2010-03-02 Thread Pitre, Russell
To: users@camel.apache.org Subject: Re: Runtime advice On Fri, Feb 26, 2010 at 5:51 PM, James Strachan wrote: > On 26 February 2010 16:46, Pitre, Russell wrote: >> I'm about to start a new integration project using Camel.  I'd like to >> survey what my runtime options are.  

Runtime advice

2010-02-26 Thread Pitre, Russell
I'm about to start a new integration project using Camel. I'd like to survey what my runtime options are. My preliminary research has lead me to using a Servlet container such as Tomcat or a OSGI container such as Apache Felix or dm Server. I don't have any experience with OSGI, the limited expe

RE: Announcing Camel in Action

2009-10-23 Thread Pitre, Russell
That's great! I'm a camel newbie so I'm sure this book will be very helpful. Thanks and keep us all posted. -Russ -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Thursday, October 22, 2009 2:20 PM To: users@camel.apache.org Subject: Announcing Camel in Actio

RE: Newbie looking for feedback on generating events from a database insert

2009-10-06 Thread Pitre, Russell
queue, you can make use of ibatis/hibernate component and realize the table itself as queue. Basically you can ask camel hibernate component to delete entry from table when it is consumed and than route that message to any other component as you would like. Thanks! Pitre, Russell wrote: > &

Newbie looking for feedback on generating events from a database insert

2009-10-05 Thread Pitre, Russell
Hi- I just discovered Camel and I am very excited to start working with it! Since I'm just starting out I don't know the lay of Camel land yet and would like to solicit feedback on my integration solution using Camel. Ultimately what I want to do is generate an event when a record is inser