[jboss-user] [JBoss jBPM] - Row was updated or deleted by another transaction

2008-06-25 Thread luiseterc
Hi, I am using the jbpm console for orchestrate my process definition. However, some of the process nodes request asynchronous tasks to external systems. When those tasks finish, the workflow engine receives an incoming message through JMS (openMQ). What I'm currently doing in response to that

[jboss-user] [JBoss jBPM] - Timer continuously expiring without repeater option set

2008-05-16 Thread luiseterc
Hi, I have a wait state in my workflow which its goal is to wait for a specific time and then continue with the execution of the next node: | | | | | | | | | | Aft

[jboss-user] [JBoss jBPM] - Re: Out Of Memory problem

2008-05-16 Thread luiseterc
Thanks for your reply. I'm using the jbpm-console for manage the workflow, I just wrote some action classes implementing the ActionHandler interface. So my question now is, when the JbpmContext is closed? I mean, is the JbpmContext closed when a specific action is executed and the workflow leav

[jboss-user] [JBoss jBPM] - Re: Out Of Memory problem

2008-05-15 Thread luiseterc
Hi, thanks for your reply but that wasn't my question. My questions were related to jbpm memory management. BTW, my workflow executes more than one persistence states before going back to the same node. Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss jBPM] - Out Of Memory problem

2008-05-14 Thread luiseterc
Hi, I've been using my workflow process without problems so far but did some modifications to execute a node (which calls a bash script) in a loop until some conditions are asserted. The main source code of the node's ActionHandler class is this: | Iterator it = (Iterator)

[jboss-user] [JBoss jBPM] - Re: Referencing JSF components from Javascript in JPDL forms

2008-04-18 Thread luiseterc
Ok, but I'm posting the issue in this forum because I'm trying to tweak the xhtml forms provided with jBPM console, that is: | | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:c="http://java.sun.com/jstl/core"; | xmlns:h="http:/

[jboss-user] [JBoss jBPM] - Referencing JSF components from Javascript in JPDL forms

2008-04-16 Thread luiseterc
Hi, I have modified a xhtml task form generated by the Graphical designer plugin in order to add a combobox component: | |value="#{ChooseTopicBean.items}"/> | | | and defined apart a JS function called "updateTopic(ref)" which try to change the value of anoth