1 Reply Latest reply on Jan 20, 2006 3:43 PM by fatbeat

    Problem with versioning a ProcessDefinition

    fatbeat

      We are using Microsoft MSSQL Server 2000 and jBPM 3.0.1, when we try to add a new process definition with the same name as an already existing we get an cannot duplicate error.

      We have debugged the jBPM source code and got an exception during the execution of the "findLatestProcessDefinition" method in the GraphSession.class while iterating over the results of an database query getting the process definitions with the same name we wanted to deploy.

      is there a possibility to solve this problem?