Hi All
I have a process resource bundled in a Spring web application (on the classpath) that I have configured to be deployed automatically. Unfortunately it is deploying a new version each time the application itself is redeployed.
If I remember correctly the documentation states that auto-deployment will first check to see if the resource has changed before redeploying as a different version. It seems to me that the fact that the application server (JBoss 7) extracts the files into a temporary folder for deployment causes Activiti to think that the resource has changed.
Is there any way I can suppress this behaviour while still packaging the resources with my application? Ideally Activity would load new process definitions but leave existing ones as they are.
Thanks
Martin