Hi,
I am using jBPM 3.2 and SpringModules 0.9 on Tomcat 5.5.
I have noticed that each time the server is restarted a process definitions are redeployed (new process definition version is added into the jBPM database). Is there a way to prevent this, because processdefinition.xml has not been changed and therefore a process definition should not be redeployed?
Any help?
Thans
Either adapt the spring module which is responsible for this behaviour that is responsible for it (unless you maybe also use seam), or remove the processdefinition from your deployment and deploy it in another way