cancel
Showing results for 
Search instead for 
Did you mean: 

Autodeployment feature

sureshtellakula
Champ in-the-making
Champ in-the-making

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
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Suresh.

Could you create jUnit test for it please?
http://forums.activiti.org/content/sticky-how-write-unit-test

Regards
Martin

sureshtellakula
Champ in-the-making
Champ in-the-making
Hi,
Now i am able to do autodeployment. path name given wrong in the spring Integration file.

regards,
suresh