Hi,
I am trying to deploy process defitions with auto deploy feature with below code.
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
…
<property name="deploymentResources" value="classpath*:/org/activiti/spring/test/autodeployment/autodeploy.*.bpmn20.xml" />
</bean>
It is not deploying process definitions automatically.
Please let me know what could be the reason.
regards,
suresh