[jboss-user] [JBoss jBPM] - Deleting a ProcessInstance in jBPM 3

2009-06-17 Thread starbuxman
apologies if this is spam. I sent it to the forum mailing address but it didnt seem like it took, so i suspect i Have to post here instead. Anyway, apologies: Hello, I'm wondering if there's any recipes for deleting a ProcessInstance from the DBMS in jBPM 3? I realize that it's, essentially, j

[jboss-user] [JBoss jBPM] - a foreach algorithm

2007-11-21 Thread starbuxman
Hello, Is there a way to have a foreach type of construct? In plain 'ol JBPM JPDL (not BPEL)? More specifically, I want to be able to pass in (say) a java.util.List as a process variable and have it create new branches for each obect in the node and put the object as a process variable in th

[jboss-user] [EJB 3.0] - Why does RMI/EJB not listen on all interface-- despite havin

2007-10-30 Thread starbuxman
Hi all I have en EJB app sitting on a multihomed system. The app binds http (at least) to all interfaces on port 8080, but the EJBs were bound only to the interface designated by the hostname. Thankfully it enumerates something about 'RMI codebase ..' and then the host and port and we were abl

[jboss-user] [JBoss jBPM] - Whats the correct way to do task managment for a given actor

2007-10-07 Thread starbuxman
Here's what I envision: a process flow begins with a start state and carries on until it hits a task-node. The task node compels some sort of external actor (presumably a human being) to get the latest task instances and, going through each one, to start, stop it. However, no matter what i do

[jboss-user] [JBoss jBPM] - Pattern 14 (ForEachActionHandler) and process-state

2007-10-06 Thread starbuxman
Hi all I'm trying to create an iterated subprocess (basically, pattern 14 http://www.workflowpatterns.com/patterns/control/multiple_instance/wcp14.php ). I found http://wiki.jboss.org/wiki/attach?page=ForEachForkActionHandler%2FForEachForkActionHandler.java which provides the ability to, on