Re: file2: recursive, delete, directories remain?

2015-05-06 Thread Shreyas Purohit
Camel does not delete subdirectories, delete=true deletes only files. If you want to delete subdir, then add an onComplete on route and delete on success yourself. -Shreyas Purohit On May 6, 2015 8:54 AM, Jarmo Sorvari wrote: > > (Camel 2.12.3) > > Hi! > > Could someone

RE: Latest 2.15 snapshot breaks my unit tests

2015-03-03 Thread Shreyas Purohit
Yeah, then it is unrelated. What errors are you seeing in your unit tests? Can you attach a small sample failing test.On Mar 3, 2015 2:45 PM, Steven Marcus wrote: > > > Hello, > > I don't have the camel-scala component in my pom.xml -- although it is a > mixed language project with some Scala