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