[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2009-05-15 Thread jar...@jab.fi
Thanks! This helped me also. The need for the binding="late" came after upgrading from JBoss ESB 4.4.GA to 4.5.GA. Before that there's no need for the it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231409#4231409 Reply to the post : http://www.jboss.org

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
I added the binding="late" attribute to the sub-process and now is working, it is going to be used to get the later version of my sub-process. Thanks for your help | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
I changed the process definition | | | | | | | | | | | | | | | | | | Action * public void execute(

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
Somebody can help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196917#4196917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196917 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
I am trying to use the sub-process but it don't work, some body said to download the source code and build the jbpm to make it work? That is true?, because that is going to make everything slow to me. there is a short way to fix this? there is a version I can download that work using sub-proce

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-15 Thread kukeltje
@faite That is (afaik) because the node is no waitstate. It continues immediately to it's default transition. So if you replace node by state, it should work and then eventually put the subprocess there. @Trouby: it's in the wiki like I mentioned faite could find it... View the original

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-15 Thread faite
I made the next changes but it don't work, it don't stop at the join node. Any ideas how to fix this? Thanks public class ForEachForkActionHandler implements ActionHandler | { | private static final long serialVersionUID = 1L; | protected static final String FOREACH_PREFIX = "foreac

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-15 Thread trouby
Where is that example? I would like to take a look at it as well, Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196662#4196662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196662 __

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-15 Thread kukeltje
use a custom fork handler. Look in the wiki for an example. Instead of a task node that is created multiple times, put a sub process in between View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196611#4196611 Reply to the post : http://www.jboss.com/index.html?