[jboss-user] [JBoss jBPM] - Re: Problem deleting a process containing a subProcess

2007-07-26 Thread dd974
Currently, I'm working with HSQLDB, but we will soon change DB to postgresql or mysql View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4067797#4067797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067797

[jboss-user] [JBoss jBPM] - Re: Problem deleting a process containing a subProcess

2007-07-26 Thread dd974
Hi, I've change to JBPM 3.2.GA but my problem is still there. I have the error : anonymous wrote : | 3:06:03,439 ERROR [JDBCExceptionReporter] Integrity constraint violation FK_PROCIN_SPROCTKN table: JBPM_PROCESSINSTANCE in statement [delete from JBPM_TOKEN where ID_=? and VERSION_=?]

[jboss-user] [JBoss jBPM] - Problem deleting a process containing a subProcess

2007-07-19 Thread dd974
Hi, I'm using JBPM 3.1.2 and I have a process containing 1 sub process. When my processInstance has finished , I've put | graphSession.deleteProcessInstance(processInstance.getId()); | But I have the error following : anonymous wrote : | 12:45:18,408 ERROR [TaskThread] The process

[jboss-user] [JBoss jBPM] - task and actions

2007-06-15 Thread dd974
Hello, There is my problem : I would like to execute an action just after the task is sent but before it is solved. node-leave actions and before-signal actions are executed once task is solved and node-enter just before task is defined. Is there a solution ? There's my simple task : |

[jboss-user] [JBoss jBPM] - Re: task and actions

2007-06-15 Thread dd974
when the task is created , sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054772#4054772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054772 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: task and actions

2007-06-15 Thread dd974
Task events of course ! Thank you very much, I missed this paragraph when I read the doc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054835#4054835 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054835