Hi I'm trying for 2 weeks to integrate activiti engine in my Spring MVC application without success.
Can anybody show me a simple working sample project, please! I need one simple project with everything configured. The configuration of beans are giving errors all the time. I truly appreciate if you could upload one zip file with working sample project.
What errors are you getting? Spring MVC has a lot of examples. Activiti has examples of booting an engine in spring. Merge the example context-files, make sure all dependencies are sorted (eg. maven) and @Inject the ProcessEngine in your MVC-controllers, simple