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