Pawan, That's good news. Could you take a look in the log and see if there are any messages there when using copy-paste to copy the file? You might need to turn on DEBUG logging too.
Just FYI: the route you've defined isn't actually using JAXB. The conversion XML -> String is a Camel built-in conversion that's always available. The JAXB component will allow you to create objects (with getters and setters for the different elements) that represent you XML message. Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On 10 February 2010 10:06, pawan269 <[email protected]> wrote: > > hi, > > I am not sure what i have did, but it is working now... > > another thing i have notice that whenever i use Ctrl+C and Ctrl+V to copy > file in source folder, the components stops working... but if I use command > prompt to copy as > > $ cp /template/tmp.csv /from/ > > it works... > > Thanks > Pawan > -- > View this message in context: > http://old.nabble.com/routing-issue-tp27513347p27527098.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > >
