My camel-context is configured in this way:

<!-- Camel-Context ::: -->
        <camelContext id="camel" trace="true"
                xmlns="http://activemq.apache.org/camel/schema/spring";>
        <camel:package>${route.package}</camel:package>

        <beanPostProcessor />

        <!-- i have a bean with id="rout", is a route-builder with some
spring-injections -->
        <camel:routeBuilderRef ref="route" />

        </camelContext>


i've also tried to declare an endpoint in camel-context with
camel:endpoint-tag. used adres is the same like in the bean above (see
EndpointInject-Annotation)


-- 
View this message in context: 
http://www.nabble.com/Problem-with-%40Produce-annotation-tp20684118s22882p20684873.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to