Re: Split XML file

2012-05-09 Thread alexis229
The result is the same: one file with 2 tags. I begin to think that camel can't split tags into several files automatically. -- View this message in context: http://camel.465427.n5.nabble.com/Split-XML-file-tp5697441p5697667.html Sent from the Camel Development mailing list archi

Re: Split XML file

2012-05-09 Thread Claus Ibsen
tion "fileName" > but it didn't create differents files. > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Split-XML-file-tp5697441p5697615.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen

Re: Split XML file

2012-05-09 Thread alexis229
Sorry i didn't know. I can re-create my post if you want... Well, i know that I can create my own file name with the option "fileName" but it didn't create differents files. -- View this message in context: http://camel.465427.n5.nabble.com/Split-XML-file-tp5697441p569761

Re: Split XML file

2012-05-09 Thread Claus Ibsen
ame be automatic generated by Camel, or do you want to set some name yourself? > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Split-XML-file-tp5697441p5697510.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus I

Re: Split XML file

2012-05-09 Thread alexis229
Now, with the fileExist option I have my two tags, but in a same file: JamesJohn And yes, it's normal that I have two tags firstName. I would like to separate these two tags in separate files. -- View this message in context: http://camel.465427.n5.nabble.com/Split-XML

Re: Split XML file

2012-05-09 Thread Claus Ibsen
t/split");* > > But I recover just one file with: /John/. Surely > 'cause it overwrite the previous message. > > That's possible to split a message in differents files ? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Split-XML-file-tp

Re: Split XML file

2012-05-09 Thread Johan Edstrom
path("/person/firstName")).parallelProcessing().to("file:output/split");* > > But I recover just one file with: /John/. Surely > 'cause it overwrite the previous message. > > That's possible to split a message in differents files ? > > -- > View

Split XML file

2012-05-09 Thread alexis229
the previous message. That's possible to split a message in differents files ? -- View this message in context: http://camel.465427.n5.nabble.com/Split-XML-file-tp5697441.html Sent from the Camel Development mailing list archive at Nabble.com.