On 09-05-08 03:50 AM, Sebastian Bergmann wrote:
> Martin King schrieb:
>    
>> node 1 start
>>       outnode 3
>>
>> node 2 end
>>
>> node 3 simplemerge
>>       outnode 4
>>      
>   No matter what the rest of the workflow looks like, the above cannot
>   work.
>
>   Node 3, a Simple Merge, is activated before there can be anything to
>   merge.
>
>    
I'm not sure I understand. So far that arrangement has worked out okay 
except for the one path that is throwing the exception I mentioned 
earlier (whereas other nearly identical paths do not throw the exception).

Looking at the code, I see the simplemerge node (#3 above) is activated 
by the start node with a fresh thread.
When executed, it calls the doMerge function which simply ends the 
thread and activates the out node (#4 in this case). Does it need 
something more than that one thread to do the merge?

Thanks again,
Martin




-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to