[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-11 Thread ffernandez
I'm using MySql. Here is my Hibernate configuration: | | com.mysql.jdbc.Driver | jdbc:mysql://... | ... | ... | 2 | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135616#4135616 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-11 Thread estaub
What database is in use? If it's HSQLDB, I'm with ffernandez - don't do it. You need a database that supports transaction isolation. I think there's now a note to this effect in the user guide, but I can't find it now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-11 Thread ffernandez
Hi Ronald, I have tested this workflow with task-nodes but without parallel execution (task node "one" and "two" are executed in sequence): | import junit.framework.*; | import org.jbpm.*; | import org.jbpm.graph.def.*; | import org.jbpm.graph.exe.*; | | public class JbpmForkTest e

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread ffernandez
Excuse me, Please, could you put a processdefinition example for this task node usage? How can you make the synchronization process for "when all three they got their work done, the workflow will go to an end node"? Please any suggestion would be appreciated. Thanks in advanced. View the ori

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread AJanz
ok. may be i am using tasks. but this does not still solve my problem i got a start node. from this point i want to deliever the workflow to three different users, each with different to do for the workflow, e.g. collect some information, make a phone call, create a document. how do i model this

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread kukeltje
If you have tasks it *is* possible... there 'just' seems to be an issue with concurrent async nodes in a fork/join View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135375#4135375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-10 Thread ffernandez
Sorry, but IMHO it cannot be possible due to database problems with transactions. The way I tried without success was the fork/join with async nodes. Yes, the nodes are executed at the same time by JobExecutor, but there was no way to synchronize the concurrent nodes. Regards View the origina