[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-24 Thread ffernandez
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmDbCompatibility Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138533#4138533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138533

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-19 Thread ffernandez
Thanks, The error was inside in my application code. There was a jbpmContext that was never closed, so this connection was always active. I'm using c3p0 with success. Thanks again and forgiveness for the inconvenience. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-19 Thread ffernandez
Thanks Ronald, Is there anyway to use a Local Datasource? I mean, I haven´t got any appserver because my application is "standalone". I have JBPM running inside a "standalone" application. Thanks in advanced. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss jBPM] - Connections never close. Two many connections exception

2008-03-18 Thread ffernandez
I have a problem because the connections to database (mysql) are never closed, so the configurated limit is reached. When a processInstances is created, it's also created the connection to database, but this connection is never closed. The processInstance is ENDED, but the connection to databas

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-17 Thread ffernandez
JBPM Doc: 2.3.1. Anonymous CVS access Alternatively, you can get JBoss jBPM from cvs with the following information: * Connection type: pserver * User: anonymous * Host: anoncvs.forge.jboss.com * Port: 2401 (which is the default) * Repository path: /cvsroot/jbpm * Label:

[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 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 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

[jboss-user] [JBoss jBPM] - Re: Fork Join and Async Nodes

2008-03-07 Thread ffernandez
Hi Ronald van Kuijk I have executed the example with the CVS HEAD and the error is the same. The action handler in the each node, throws the same Exception when executionContext.leaveNode() is executed. | org.hibernate.exception.LockAcquisitionException: could not update: [org.jbpm.graph.ex

[jboss-user] [JBoss jBPM] - Fork Join and Async Nodes

2008-03-07 Thread ffernandez
Has anybody implements this scene or similar? Here the process: | ... | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Successfuly configuring JobExecutorServlet

2008-03-06 Thread ffernandez
Here the process: | ... | | | | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Successfuly configuring JobExecutorServlet

2008-03-06 Thread ffernandez
Has somebody resolve this issue? Is it not possible the fork/join with the intermediate nodes in async way? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134605#4134605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re