Re: moveFailed in case of a method failure

2011-11-16 Thread oritush
10x, it works! -- View this message in context: http://camel.465427.n5.nabble.com/moveFailed-in-case-of-a-method-failure-tp4995001p4998802.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: moveFailed in case of a method failure

2011-11-15 Thread boday
you should just be able to throw any exception that is not explicitly handled otherwise (with onException(), etc)...see https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerMoveAndMoveFailureTest.java this unit test ... oritush wrote: