Re: In and Out messages in XSLT

2007-10-31 Thread James Strachan
On 30/10/2007, Roman Kalukiewicz [EMAIL PROTECTED] wrote: Hello! Is there a way to transform some response (out message) with xslt transformation? As far as I can see in XsltBuilder, it works only on In messages. This means that even if I set out-in it will transform it, but then pipeline

Re: Problem with concurrent dir/file access?

2007-10-31 Thread James Strachan
Thanks for the heads up Arjan! I've added the test case to the trunk - though it seems to work fine for me :( See DirectoryCreateIssueTest in the camel-core module. (I tried removing the dependency on Juel and commons-io so that the test could easily live in the camel-core test library). Maybe I

Re: Problem with concurrent dir/file access?

2007-10-31 Thread Arjan Moraal
Thanks James. I ran the test case from the trunk now. The first time it passed, then I deleted the a directory, ran the test again, then I got the following Exception: 561 [seda:file1 thread:2] DEBUG org.apache.camel.component.file.FileProducer - About to write to: a\b\c\d\e\f\g\h from

splitter/aggregator scenatio

2007-10-31 Thread Roman Kalukiewicz
Hello! I wanted to implement splitter/aggregator scenario and I face following problem: When I split the original message I would like to aggregate results in the same order - to do this I have to somehow know which message was first, second, .. then I can use resequencer at the end to order