cancel
Showing results for 
Search instead for 
Did you mean: 

compatibility of activiti with spring 2.0

kiyer
Champ in-the-making
Champ in-the-making
I have gone through the activiti user guide. I know activiti can work standalone, but what about compatibility with spring 2.0? (Thats right spring 2.0 still lives!!).
I suppose bean wiring will still work just fine for Process Engine Configuration. But what about delegate expressions? Would that still work?
From maven dependency list I know that activiti has a dependency on activiti-spring module version 3.x which in turn depends on spring 3.x.
Is this a hard dependency? Or can we set it up with spring 2.x just fine?

Any tips / guidance appreciated!

Thanks!
kiyer
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
I'm afraid there is nothing else you can do than trying to use spring 2.0. To be more comfortable, you can download the sources from github, change the pom to point to the 2.X spring-version. After that, see if it still compliles and run "mvn clean install -Pcheck" on the root-folder where the root-pom is present. All tests we have will be run so you can see immediately where the issues will arise.