Re: XSLT Transformation Exceptions

2011-01-30 Thread Claus Ibsen
On Mon, Jan 31, 2011 at 12:50 AM, Mark Borner wrote: > > Hello: > > I'm using XSLT stylesheets in my routes. These stylesheets call Java > static methods to do database lookups. It's possible that these lookups > will throw exceptions if a lookup value cannot be found. By default in XSLT > if t

Re: Dead Letter Error Handler and non blocking mode

2011-01-30 Thread Claus Ibsen
On Mon, Jan 31, 2011 at 1:17 AM, rxm0203 wrote: > > Hi Claus, > > Thanks for your reply. I looked at asyncDelayed documentation > (http://camel.apache.org/delayer.html) and it looks like that it is > available as of Camel 2.4. I am using Camel 2.2. Do you have any other > recommendation? > No, yo

Apache Camel 2.6.0 released

2011-01-30 Thread hadrian
The Apache Camel project [1] issued this week a new minor release 2.6.0 [2]. This release is the result of 3 months of hard work with an impressive 297 issues resolved, many of them coming as contributions from our growing community. Many thanks for your continued support and for trusting your

Re: Dead Letter Error Handler and non blocking mode

2011-01-30 Thread rxm0203
Hi Claus, Thanks for your reply. I looked at asyncDelayed documentation (http://camel.apache.org/delayer.html) and it looks like that it is available as of Camel 2.4. I am using Camel 2.2. Do you have any other recommendation? Thanks, Rahul -- View this message in context: http://camel.465427

XSLT Transformation Exceptions

2011-01-30 Thread Mark Borner
Hello: I'm using XSLT stylesheets in my routes. These stylesheets call Java static methods to do database lookups. It's possible that these lookups will throw exceptions if a lookup value cannot be found. By default in XSLT if the stylesheet throws an exception, the transformation quietly e

Re: Problem renaming existing file in FTP

2011-01-30 Thread mikaelfj
Hi, Hmmm - we found that this doesn't work when camel is runing on unix and the ftp-server is windows: If existing is aa/bb/cc\test.txt and OS (where camel runs) is windows then normalizePath(existing) = aa\bb\cc\test.txt (i.e. fil separators are normalized) and stripPath(normalizePath(existin