Hi Richard+Daniel!
Thank you for your very prompt responses!
I tested the patch with an homebuild ESB 4.6 - and it looks fine.
I swichted JBossESB Metro to homebuild stack/metro/branches/ropalka - as it seemed that AS 5.1 relies on newer SPI+COMMON - only present in 3.1.2-native/cfx... I will look into this tomorrow and file a bug if this is the case...
Thanks!
/hans
Hans Guldager, Lenio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247020#4247020
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247020
I'm in doubt. I can add a field to BpmnActivity and set that when parsing so the behaviour of forking or not is controlled by that. The other option is to do it in the activity by passing e.g. a boolean parameter to 'leaveBpmnActivity' or have two methods 'leaveForked' and 'leaveSingle' or something. I'll imlpement the one with the boolean parameterd first since that is already in place. Can always be refactored.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246974#4246974
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246974
anonymous wrote : Is it necessary? Isn't it internal by default at the moment? Just get longer package names :-/
True
anonymous wrote : Hmm, but it aligns it with jpdl, eh?
More true ;-)
I'll do this tonight when it is quiet.
anonymous wrote :
| Anyway, I committed the last local changes (without that hack in the PVM), so if you want you ccan go ahead.
|
Cool, we are in good agreement here. Only thing I'll do additionally is to introduce a boolean 'forkAllowed' so this generic method is easily reused in tasks, *all* gateways etc...
anonymous wrote :
| P.S: Sorry, I moved a test case from parallelGatewayTest to UserTaskTest
No that's fine. I had the same idea. It's the behaviour of the task, not the gateeway that is important. Otoh, it was a cool test to see that a converging parallel gateway works great without a diverging one.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246969#4246969
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246969