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 2009/09/18 09:43:12 UTC

[jira] Resolved: (CAMEL-2018) Timer Endpoint starts the thread before configuration

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

Claus Ibsen resolved CAMEL-2018.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

trunk: 816501

> Timer Endpoint starts the thread before configuration
> -----------------------------------------------------
>
>                 Key: CAMEL-2018
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2018
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: Yuri Schimke
>            Assignee: Claus Ibsen
>             Fix For: 2.1.0
>
>
> The Timer endpoint does not appear to allow configuration using Spring XML.  When debugging, the Timer is created (with default configuration) and then the configuration magic happens
> TimerComponent.createEndpoint calls
> new TimerEndpoint() which calls
> component.getTimer(this)
> Which creates the timer before the properties are set

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