[ https://issues.apache.org/activemq/browse/CAMEL-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54331#action_54331 ]
Yuri Schimke commented on CAMEL-2018: ------------------------------------- Thanks for fixing it. Without Non Daemon threads you need to create an extra thread to stop the JVM from exiting. > 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 > Priority: Minor > 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.