I used db/jbpm.jpdl.mssql.sql file extracted from jbpm-jpdl-suite-3.2.GA.zip to create the
jbpm database. There is a unique constraint on column group (KEY_, PROCESSDEFINITION_) on
table JBPM_PROCESSDEFINITION, but the key property of process instance object is set to
null by default, so inserting more than one process instance of a process definition into
JBPM_PROCESSDEFINITION will dissatisfy this unique constraint. How to solve this problem?
Can I remove the unique constraint?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054949#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...