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
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
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
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
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
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