> Wanna try with the following code in PollingEndpoint ? Hmmm, seems like I still get two of them, both polling in sequence, with one thread slightly after the other.
There is an odd difference between the two, however: In the config for the component, I have a property in the marshaller that references a singleton bean. In the setup() method of my test code, I load the servicemix config using ..xbean.spring.context.ClassPathXmlApplicationContent and then get a reference to the above bean using getBean() and tweak its properties. The Timer-0 thread has no view of these altered properties but the Timer-1 thread does. Terry
