Claus Ibsen created CAMEL-21776:
-----------------------------------

             Summary: camel-core - DefaultRoute does not gather services for 
onException/onCompletion
                 Key: CAMEL-21776
                 URL: https://issues.apache.org/jira/browse/CAMEL-21776
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 4.8.0
            Reporter: Claus Ibsen
             Fix For: 4.8.4, 4.10.1, 4.11.0


Reported on user mailing list

I think there is a bug with DefaultRoute when using onException since version 
4.8.

Exception route processors get never initialized which make the route fail to 
started later on.

I think the problem is there:
[https://github.com/apache/camel/blame/fa02c9e4879fac119a7f2b4f1b4ff46f646c48eb/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultRoute.java#L701]
introduce by commit:
[https://github.com/apache/camel/commit/26a9aa91a2bbb741c948ca8c943a0989da2986fd]

I should be "p" instead of "processor". "processor" have already been added at 
line 692.{color:#888888}


Jonathan Simard{color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to