When i try to delete a process instance in Jbpm4, it throws the following error.
All i'm doing is calling the below statement on a newly created process 
instance. 

executionService.deleteProcessInstance(id);



  | org.hibernate.exception.ConstraintViolationException: could not delete: 
[org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl#
  | ....
  | ....
  | Caused by: java.sql.SQLException: ORA-02292: integrity constraint 
(FK_HAI_HPI) violated - child record found
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237768#4237768

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237768
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to