[jboss-user] [jBPM Users] - Re: jBPM 4: how to transition via Java handler/listener?

2009-10-19 Thread sebastian.s
Thanks Bernd for clarifying this. So here's your point to start, bwestrich. :) http://docs.jboss.com/jbpm/v4/userguide/html_single/#custom View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260978#4260978 Reply to the post :

[jboss-user] [jBPM Users] - Re: jBPM 4: how to transition via Java handler/listener?

2009-10-19 Thread bwestrich
Thanks Bernd and sebastian.s. I used the custom activity approach and it worked as expected! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261093#4261093 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4261093

[jboss-user] [jBPM Users] - Re: jBPM 4: how to transition via Java handler/listener?

2009-10-18 Thread sebastian.s
Since I haven't been working with jbpm 3.x it's hard for me to get what exactly you are trying to achieve. I tried your unit test and I got the message that the execution was not found. I can be wrong but doesn't this create a new process engine? | ExecutionService executionService = |

[jboss-user] [jBPM Users] - Re: jBPM 4: how to transition via Java handler/listener?

2009-10-18 Thread camunda
Influencing sequence flow in an eventHandler isn't the right approach. If yiu need own control flow logic, implement your custom activity. In jBPM 3 this was possible, but basically more because of a design flaw. This is why it was changed in jbpm 4. Cheers Bernd View the original post :