Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2016-11-30 Thread vassilis
in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5790824.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2016-11-30 Thread vassilis
] at org.apache.camel.component.jms.EndpointMessageListener.onMessage(EndpointMessageListener.java:103)[216:org.apache.camel.camel-jms :2.15.1.redhat-621159] -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5790794.html

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2014-04-10 Thread jguerra
-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5750045.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2014-01-21 Thread jguerra
a transacted route instead to see whether you can reproduce the problem. Just bear in mind that this scenario works on Camel 2.7.0 for me. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5746276.html Sent

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2014-01-14 Thread jguerra
log4j.logger.org.apache.camel=DEBUG log4j.logger.org.eclipse.jetty=WARN if you have any other suggestion for the logging thing, Please let me know it. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5745928.html Sent

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-23 Thread jguerra
...)? -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5745185.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-23 Thread kraythe .
, Spring, etc...)? -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5745185.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-17 Thread jguerra
in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744942.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-17 Thread kraythe .
the exceptions seem not working, the other scenarios work though and the route insert data into the database okay -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744942.html Sent from the Camel - Users

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-12 Thread kraythe .
.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744626.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-11 Thread jguerra
-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744598.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-11 Thread kraythe .
on Camel 2.12.1. Please feel free to contact me to get more information -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744598.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-11 Thread jguerra
is not being caught. My hunch is that the exceptions are not even caught by the onException handler!. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744626.html Sent from the Camel - Users mailing

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-10 Thread jguerra
-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744563.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-10 Thread Dharmendra Patel
is that it works with older versions ! -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5744563.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-12-10 Thread kraythe .
!. Camel still doesn't catch any exception. I am tried with java.lang.Exception and java.sql.SQLException. The funniest part is that it works with older versions ! -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-11-21 Thread Claus Ibsen
-- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605p5743280.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-11-21 Thread kraythe .
, It was just to check on this thread to see whether this is an issue. Does anybody know a workaround for this problem?, Is this a Camel issue? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-11-14 Thread jguerra
Hi, It was just to check on this thread to see whether this is an issue. Does anybody know a workaround for this problem?, Is this a Camel issue? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-11-05 Thread jguerra
-onException-on-Camel-2-12-X-routes-tp5742605p5742636.html Sent from the Camel - Users mailing list archive at Nabble.com.

Problem with exception handler (onException) on Camel 2.12.X routes.

2013-11-04 Thread jguerra
-onException-on-Camel-2-12-X-routes-tp5742605.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with exception handler (onException) on Camel 2.12.X routes.

2013-11-04 Thread Christian Posta
/Problem-with-exception-handler-onException-on-Camel-2-12-X-routes-tp5742605.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Re: onException in camel

2013-07-01 Thread Tarun Kumar
/java/org/apache/camel/processor/onexception;h=0b1ada52abb078e9e427b75cd362107557507ffc;hb=HEAD Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation

Re: onException in camel

2013-06-30 Thread Tarun Kumar
at our unit tests [1]? [1] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tree;f=camel-core/src/test/java/org/apache/camel/processor/onexception;h=0b1ada52abb078e9e427b75cd362107557507ffc;hb=HEAD Best, Christian - Software Integration Specialist Apache Camel committer

Re: onException in camel

2013-06-30 Thread Christian Müller
-core/src/test/java/org/apache/camel/processor/onexception/OnExceptionHandledTest.java;h=565b942c5f07e8be2761436398ba03ed040361ed;hb=HEAD Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org

Re: onException in camel

2013-06-30 Thread Christian Müller
;a=tree;f=camel-core/src/test/java/org/apache/camel/processor/onexception;h=0b1ada52abb078e9e427b75cd362107557507ffc;hb=HEAD Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org

onException in camel

2013-06-27 Thread Tarun Kumar
My route configure method looks like this: public void configure() { onException(IOException.class).handled(true).bean(ExceptionHandler.class, handleException); from().process().bean(firstBean.class, abc).process().end(); } abc method of firstBean throws IOException, still, handleException

Re: Multicast OnException - Bug? (camel 1.6.1)

2009-08-20 Thread Claus Ibsen
Hi I created a ticket to track this as you are not allowed to configured it that far down the route https://issues.apache.org/activemq/browse/CAMEL-1923 On Tue, Aug 18, 2009 at 6:19 PM, Bob Yetmanbobyet...@verizon.net wrote: I've been expermenting with camel 1.6.1, and come across a

Re: Multicast OnException - Bug? (camel 1.6.1)

2009-08-20 Thread Bob Yetman
Thanks for the info, I'll keep that in mind. I can't switch to camel 2.0, I'm doing this via Progess Servicemix 3.4, which uses Camel 1.6.1. Maybe a documentation update is in order in that it should state that the onException should immediately follow a from(). Claus Ibsen-2 wrote: On

Re: Multicast OnException - Bug? (camel 1.6.1)

2009-08-19 Thread Claus Ibsen
On Tue, Aug 18, 2009 at 6:19 PM, Bob Yetmanbobyet...@verizon.net wrote: I've been expermenting with camel 1.6.1, and come across a problem/bug with OnException. With the following route (greatly simplified for testing) everything works as expected and a file put into input shows up into

Multicast OnException - Bug? (camel 1.6.1)

2009-08-18 Thread Bob Yetman
I've been expermenting with camel 1.6.1, and come across a problem/bug with OnException. With the following route (greatly simplified for testing) everything works as expected and a file put into input shows up into output, and nothing shows up in the exception directory: route from