cancel
Showing results for 
Search instead for 
Did you mean: 

processEngineConfiguration - deploymentResources - jar

jain_shweta5
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

jain_shweta5
Champ in-the-making
Champ in-the-making
Hi

bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"
property name="deploymentResources"
list
   valuec  lasspath*:xmsworkflow.jar   value
list
property




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