NoBeanAvailableException: No bean available for endpoint

2009-02-11 Thread selezovikj
I have an application that routes messages from a jms queue to a bean that handles the message. I ran this application on one machine with the following routing: from uri=jms:queue:LoggingQueue/ to uri=bean:msgParser/ This worked fine. However, when running the same

Re: NoBeanAvailableException: No bean available for endpoint

2009-02-11 Thread Claus Ibsen
Hi Looks a bit odd. Could you show your spring configuration and the routes as well? What version of Camel are you using? And how do you run it? Is Camel deployed inside some container? On Wed, Feb 11, 2009 at 12:36 PM, selezovikj semir.elezo...@gmail.com wrote: These are the log messages

Re: NoBeanAvailableException: No bean available for endpoint

2009-02-11 Thread selezovikj
Looking deeper into this issue I also found the following logs: In the working version you can see that it is trying to match the resources: org.springframework.core.io.support.PathMatchingResourcePatternResolver DEBUG - Looking for matching resources in directory tree

Re: NoBeanAvailableException: No bean available for endpoint

2009-02-11 Thread selezovikj
Problem resolved. Had a problem with the classpath. Cheers, selezovikj wrote: Looking deeper into this issue I also found the following logs: In the working version you can see that it is trying to match the resources: