Re: manage headers

2017-01-27 Thread Claus Ibsen
ext: > http://camel.465427.n5.nabble.com/manage-headers-tp5793035p5793100.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: manage headers

2017-01-27 Thread buyleg
Thanks for your replies. I am a newbie to learn Camel. I would like if it is possible to get an example how to create the custom processor bean and certainly how to get the xml data into the headers via a custom bean. -- View this message in context: http://camel.465427.n5.nabble.com/manage

Re: manage headers

2017-01-26 Thread Claus Ibsen
ean(BatchLog.class, "createBatchIn(${header.TransactionId}, > CBSS_FTP:{{sftpCbss.ip}}, ${header.VoucherName}, ${header.FilenameList}, 0, > ${header.CbssBatchId}, " > +"${header.VoucherTimestamp}, PROVICBSS, > UPDATE_PERSON_DATA, {{main.applic

Re: manage headers

2017-01-25 Thread Zoran Regvart
.bean(BatchLog.class, "createBatchIn(${header.TransactionId}, > CBSS_FTP:{{sftpCbss.ip}}, ${header.VoucherName}, ${header.FilenameList}, 0, > ${header.CbssBatchId}, " > +"${header.VoucherTimestamp}, PROVICBSS, > UPDATE_PERSON_DATA, {{main.applicationid}})") > > .setHeader() => in a custom bean > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/manage-headers-tp5793035.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

manage headers

2017-01-24 Thread buyleg
ring(${header.FilenameNodeList})"))* .bean(BatchLog.class, "createBatchIn(${header.TransactionId}, CBSS_FTP:{{sftpCbss.ip}}, ${header.VoucherName}, ${header.FilenameList}, 0, ${header.CbssBatchId}, " +"${header.VoucherTimestamp}, PROVICBSS, UPDATE_PERSON_DATA, {{m