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] Commented: (CAMEL-2018) Timer Endpoint starts the thread before configuration

    [ https://issues.apache.org/activemq/browse/CAMEL-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54330#action_54330 ] 

Claus Ibsen commented on CAMEL-2018:
------------------------------------

However its only a few options you can configure on the Timer itself. The other parameters are configured later which are the period etc. So its only a very minor issue.

> 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.