4 Replies Latest reply on Aug 21, 2007 6:33 PM by pmuir

    JBPM ProcessDefinition redeployed on restart

    fzaker

      I found that every time the web-server of a seam application restarts, the ProcessDefinition which is defined in "components.xml" is redeployed and gets a new version. All nodes and tasks are redeployed too. I know this is the default behavior. But my application uses jbpm api to find ProcessDefinitions and Tasks and shows them in a tree. (In fact I am using them for categorizing tasks instances.) But after every restart, my tree grows with repeated ProcessDefinitions and Tasks!
      Any idea for preventing this?