Hi.
I've tried examples from here
http://camel.apache.org/spring-testing.html

Two questions:
1.  is how do I specify the producer template in spring?
I've tried the following line
 <template id="test" defaultEndpoint="direct:start"/>
I got org.apache.camel.NoSuchEndpointException: No endpoint could be found
for: ref:direct:start

2. How to I write the following 

@Produce(uri = "direct:start")
protected ProducerTemplate template;

without annotations?

Thanks,

Sergey.
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/ProducerTemplate-with-Spring-and-without-tp3266469p3266469.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to