2008/12/8 Sylvester <[EMAIL PROTECTED]>: > Hi, > > I'm having trouble hitting a bean su with camel. I've tried numerous ways of > specifying the bean endpoint. I always get the same error: > > | ERROR | pool-flow.seda.servicemix-camel-thread-6 | DeadLetterChannel > | .apache.camel.processor.Logger 189 | Failed delivery for exchangeId: > ID-[ ]-/2686-1228729911218/0-7. On delivery attempt: 0 caught: > org.apache.camel.component.bean.NoBeanAvailableException: No bean available > for endpoint: > http://servicemix.apache.org/replaceMe:service1/onMessageExchange
BTW the Camel bean component refers to beans by name in the local Spring context; not using JBI endpoint URIs. If you want to interact with a servicemix-bean endpoint, use the JBI component and JBI URIs in Camel -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
