You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/07/08 07:12:52 UTC

[jira] Assigned: (CAMEL-2920) more eager validation of routes

     [ https://issues.apache.org/activemq/browse/CAMEL-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-2920:
----------------------------------

    Assignee: Claus Ibsen

> more eager validation of routes 
> --------------------------------
>
>                 Key: CAMEL-2920
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2920
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.3.0
>            Reporter: James Strachan
>            Assignee: Claus Ibsen
>             Fix For: 2.4.0
>
>
> it seems you can dynamically create invalid routes which don't fail fast if there are errors.
> e.g.
> {code}
> from("seda:foo").beanRef("doesNotExist", "noMethodCalledThis")
> {code}
> its only if a message is sent to "seda:foo" that the whole thing barfs. We should maybe check that the to can be validated first before allowing the consumer to startup? If nothing else failing faster and earlier helps users spot errors sooner

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.