Hi
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
<property name="deploymentResources" >
<list>
<value>classpath*:workflow.jar</value>
</list>
</property>
</bean>
the workflow jar having many bpmn20.xml.
The files in workflow.jar are not deployed.
Please help me in correct syntax and where should I keep the jar file. Thanks.
Regards
Shweta