Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Straube
Thank's Danial. Was a good idea to link the thread. To make it clear - I not ignored at the mylin list. But my problem to get the sax parser running with Best regards - Claus Am Sonntag, den 27.03.2011, 15:04 +0200 schrieb Daniel Bevenius : Sorry about that, here is the Smooks thread: h

Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Ibsen
On Sun, Mar 27, 2011 at 3:04 PM, Daniel Bevenius wrote: > Sorry about that, here is the Smooks thread: > http://old.nabble.com/Streaming-huge-EDI-file-with-camel-td31238361.html > Thanks, however I address that to Claus who started this post here. Its just a good idea to refer to X when you menti

Re: Streaming huge EDI file with camel

2011-03-27 Thread Daniel Bevenius
Sorry about that, here is the Smooks thread: http://old.nabble.com/Streaming-huge-EDI-file-with-camel-td31238361.html Regards, /Daniel On 27 March 2011 11:27, Claus Ibsen wrote: > On Fri, Mar 25, 2011 at 6:19 PM, Claus Straube > wrote: > > Hi all. > > > > I've posted this on the smooks list,

Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Ibsen
On Fri, Mar 25, 2011 at 6:19 PM, Claus Straube wrote: > Hi all. > > I've posted this on the smooks list, but there was nobody who could give me > a hint... > btw its a good idea to post a link to that original thread so people can look as well. > I'm trying to transform a huge edi file to xml.

Re: Streaming huge EDI file with camel

2011-03-27 Thread Daniel Bevenius
The thread on the Smooks list is being answered and is active...we did not ignore the post. Den 27 mar 2011 11.03, "Claus Ibsen" skrev: On Sat, Mar 26, 2011 at 1:04 PM, Claus Straube wrote: > Hi Claus, > > I k... Yeah thats fine. I would assume Smooks would be able to deal with big files in a s

Re: Streaming huge EDI file with camel

2011-03-27 Thread Claus Ibsen
On Sat, Mar 26, 2011 at 1:04 PM, Claus Straube wrote: > Hi Claus, > > I know thats deprecated and I'm using their stuff. The post to the camel > list was because it's still 'camel'  and there is a chance that anybody > community has used it before ;) > Yeah thats fine. I would assume Smooks would

Re: Streaming huge EDI file with camel

2011-03-26 Thread Claus Straube
Hi Claus, I know thats deprecated and I'm using their stuff. The post to the camel list was because it's still 'camel' and there is a chance that anybody community has used it before ;) On 26.03.2011 11:37, Claus Ibsen wrote: Hi If you refer to the old smooks component from camel-extra the

Re: Streaming huge EDI file with camel

2011-03-26 Thread Claus Ibsen
Hi If you refer to the old smooks component from camel-extra then that's @deprecated. Smooks framework now provides Camel integration out of the box, so use their stuff for that. On Fri, Mar 25, 2011 at 6:19 PM, Claus Straube wrote: > Hi all. > > I've posted this on the smooks list, but there

Re: Streaming huge EDI file with camel

2011-03-25 Thread Charles Moulliard
Hi Claus, Have you tried to split (if possible) and uses streams option afte the from(file) component from("file:target/inventory") .split(body().tokenize("\n")).streaming() Regards, Charles Moulliard Sr. Principal Solution Architect - FuseSource Apache Committer Blog : http://cmoulliard.blog