cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring activiti-app and activiti-rest as spring process engines

soaguy
Champ in-the-making
Champ in-the-making
Hello all,
             I am trying to configure the activiti-app and activiti-rest to start as spring process engine beans (http://www.activiti.org/userguide/#springintegration).  I have achieved this in the community version by creating my activiti-custom-context.sml and placing it in the WEB-INF/classes folder of the webapps (activiti-explorer and activiti-rest). But I am unable to do this in the activiti enterprise edition. It looks like the activiti-app requires the activiti-app.properties to be present in the classpath. This property file contains extra configuration for clustering, caching, elastic search and others and also datasource configuration. How do I use this property file and also my own custom spring context for the ProcessEngine?

Thanks
Clement
3 REPLIES 3

vishvassahni
Champ in-the-making
Champ in-the-making
Hi All,

I tried to find out the integration of Activiti process and workflow with spring custom UI like JSP but did not success because complete examples are not available on net.
I appreciate if anyone could provide the complete integration example for the same.

Thanks
Vishvas

jbarrez
Star Contributor
Star Contributor
In the BPM Suite, all config is done through JavaConfig (no XML anymore).
Put your @Configuration beans in the com.activiti.extension.conf package (see https://docs.alfresco.com/activiti/docs/dev-guide/1.3.2/#_spring_beans) to have them autodiscovered.

does the scanning of the package works for community as well?

Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.