[JBoss-user] [JBoss jBPM] - Re: Blocking tasks

2006-06-02 Thread jliptak
I don't think you want to signal the node the process is in. I think you want to complete the task. That way, you will either loop back around and create a new task or you will finish the process. If you single a node, it will do what you ask it to and move on. It assumes you know what your

[JBoss-user] [JBoss jBPM] - Re: building from source

2006-05-08 Thread jliptak
Thanks for the info. That's what I thought was happening, but wanted to be sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941946#3941946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941946 --

[JBoss-user] [JBoss jBPM] - building from source

2006-05-04 Thread jliptak
I checked out the latest head version of jbpm.3 and the build process has changed since the last time I did that. The readme.html file in the build directory does not give me enough information to set the following properties correctly: # REPOSITORY LOCATION PROPERTIES local.repository.cvs.roo

[JBoss-user] [JBoss jBPM] - CustomVariableLongIdDbTest.java and CustomVariableStringIdDb

2006-01-24 Thread jliptak
I looking at jBPM as a replacement for statefull business processes in Weblogic Integration (WLI). WLI has terrible support for incremental development for statefull business processes. They basically serialize the entire process object into a blob and shove it into the database. One of attra