Hello,
I'm using the try-catch-finally feature in Camel 2.7.0. According to
the source (TryDefinition.java, line 183), the handled(boolean) method
is marked as deprecated and will be removed in Camel 3.0. My
application uses the handled(boolean) method to rethrow an exception.
For example, if
I'm using Camel 2.4 and this route to move files from a remote SFTP site
to a local directory:
from("sftp://@/FTPDir/testFiles?password=&binary=t
rue&move=.done").to("file:/c:/camelTmp")
When I run this in a unit test that extends CamelTestSupport, I usually
get a GenericFileOperationFai
OK. Thanks for the clarification.
Phil
-Original Message-
From: James Strachan [mailto:james.strac...@gmail.com]
Sent: Friday, July 16, 2010 8:49 AM
To: users@camel.apache.org
Subject: Re: Camel 2.4.0 - com.sun.tools?
On 16 July 2010 16:44, Glebow, Philip wrote:
> camel-spr
camel-spring, camel-jms and camel-core have a dependency on the tools
artifact from com.sun when building with Maven. Is this required?
Phil
THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY, AND MAY BE
PRIVILEGED. If this message was misdirected, BlackRock, Inc. and its
subsidia
I had some difficulty getting Camel 2.3.0 and Spring 3.0.3 to work
together when deploying as a WAR file built by Maven. I've resolved the
problem and wanted to share the solution with the group:
* When deploying as a WAR file under Tomcat, I received several
different error messages. For