cancel
Showing results for 
Search instead for 
Did you mean: 

How to add SimpleContextProvider to CamelBehaviorDefaultImpl?

bogdan_aioanei
Champ in-the-making
Champ in-the-making
Hello everyone,

I'm trying in my Spring based project to integrate Activiti with Apache Camel using Java configurations (no XML config files).
I've been going through Activiti in Action (which is great by the way) but there is only one older example on how to integrate with Apache Camel that uses the org.activiti.camel.CamelBehaviour class which is now deprecated.

With the old deprecated class it's easy to add SimpleContextProvider classes but how can it be done with the new classes (CamelBehaviorDefaultImpl for example) ?

Thank you,
Bogdan
2 REPLIES 2

sathish1
Champ in-the-making
Champ in-the-making
May be take look at the implementation in GitHub., <link>https://github.com/Activiti/Activiti/tree/4c1dae3f05814873122e939169974ca2550f342f/modules/activiti-...</link>

Cheers.

bogdan_aioanei
Champ in-the-making
Champ in-the-making
Actually I found this link:
http://bpmn20inaction.blogspot.cz/2013/03/using-camel-routes-in-activiti-made.html

It describes exactly the problem I was facing. I'll have a look on github as well to learn more about Activiti and Camel.

Thanks,
Bogdan