Re: Camel File: how to retain Original File contents when moving file?

2010-05-18 Thread Vikas Kumar Arora
Thanks, Vikas Claus Ibsen-2 wrote: > > Hi > > The file component > http://camel.apache.org/file2.html > > Have options where you specify where the file should be moved afterwards. > move > moveFailed > > By default it will move files into a h

Camel File: how to retain Original File contents when moving file?

2010-05-18 Thread Vikas Kumar Arora
Hi, My use case, Bulk Load Operation where I've several thousand XML files: 1. Read XML files from a folder 2. wrap A SOAP Message structure around that XML file 3. send it to Web Service 4. transform response from Web Service into XML response (which it already is, but if I give the output of W

Re: Camel XSLT, how to pass a Map param to XSL

2010-05-14 Thread Vikas Kumar Arora
here is a section titled - Getting Parameters into the XSLT to work with > > > On Thu, May 13, 2010 at 6:57 PM, Vikas Kumar Arora > wrote: >> >> Hi, >> Is there a way to pass Map as a param to XSLT component? >> Camel 1.6.2 (As we run on Jdk1.4, no other choice)

Camel XSLT, how to pass a Map param to XSL

2010-05-13 Thread Vikas Kumar Arora
Hi, Is there a way to pass Map as a param to XSLT component? Camel 1.6.2 (As we run on Jdk1.4, no other choice) Requirement: I've location maps(Properties file) M1, M2 etc from Partners P1, P2. And before forwarding the request to WS, I have to apply the XSL Transforamtion to convert P1, P2 etc f