He he.
I've just run successfully this route:
<bean id="dsl" class="org.mycompany.test.Main">
<property name="DSLRoute"><value>
route {
from 'timer://kickoff?period=10000&delay=1'
to 'mock:vadim'
}
</value></property>
</bean>At the moment I use *Type classes but I'm working on injecting routes directly into camel context now.
Vadim.
