Try-Catch-Finally and handled(false)

2011-07-25 Thread Glebow, Philip
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

Camel 2.4 - Shutdown Exception

2010-07-19 Thread Glebow, Philip
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

RE: Camel 2.4.0 - com.sun.tools?

2010-07-16 Thread Glebow, Philip
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 2.4.0 - com.sun.tools?

2010-07-16 Thread Glebow, Philip
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

Camel 2.3.0 & Spring 3.0.3

2010-07-09 Thread Glebow, Philip
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