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/04/22 09:51:20 UTC

[jira] Created: (CAMEL-2666) Definitions which requires output should validate this on startup to ensure route is valid

Definitions which requires output should validate this on startup to ensure route is valid
------------------------------------------------------------------------------------------

                 Key: CAMEL-2666
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2666
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.3.0


For example
- policy
- threads
- transacted
- delay
And others which create output processors

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


[jira] Resolved: (CAMEL-2666) Definitions which requires output should validate this on startup to ensure route is valid

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2666.
--------------------------------

    Resolution: Fixed

trunk: 936869.

There is now a {{createChildProcessor}} method on {{ProcessorDefinition}} which you should prefer to use in your xxxDefinition models.

> Definitions which requires output should validate this on startup to ensure route is valid
> ------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2666
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2666
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> For example
> - policy
> - threads
> - transacted
> - delay
> And others which create output processors

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