cancel
Showing results for 
Search instead for 
Did you mean: 

Warning: no bean named 'camelContext' is defined

carlo
Champ in-the-making
Champ in-the-making
Hi everyone. My idea is to create a message queue with ActiveMQ and then I would like to use a Camel Listener that should de-queue these messages from that queue.
I show you into the attachments how i've implemented that process.
 
I use to deploy it from eclipse as a bpmn file and then i would like to see the result on activiti-explorer web-app.
The process start correctly: the queue is created with ActiveMQ and I can see into my log the string "START MyCamel".
Unfortunately, when I run the process, I can see the process diagram described below in MyCamel.bpmn, but I get this error anyway (I can see the same error description on activiti-explorer web-app as well as into my log):

"Warning: no bean named 'camelContext' is defined"

I've tried also to include the context bean definition even though I get the latest version of Activiti, but it doesn't work.
I've also followed all the discussions about Activiti Camel, but still got this problem.
Please can anyone help me?

2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

Did you define bean in the spring context?

Regards
Martin

carlo
Champ in-the-making
Champ in-the-making
Thank you Martin. Did you mean (Attachment)?

If yes, which file should I edit?

Thank you
Carlo