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