Hi John and others,

I am having problems with a process that seems to hang in a
concurrence. The concurrence contains one unconditional sequence and
two conditional sequences. If one of the conditions is false, the
process does not leave the concurrence and seems to hang. If both
conditions are true, the process continues without problem.

    <concurrence>
        <sequence>
            ...
        </sequence>
        <if test="${f:supporters.0.selected}">
            <sequence>
                ...
            </sequence>
        <if test="${f:supporters.1.selected}">
            <sequence>
                ...
            </sequence>
        </if>
     </concurrence>

Strangely this error only occurs on the production system, and not on
my development or test system. This makes it hard for me to look for
exceptions or debug information in the logs.

Is if this kind of structure allowed, or do I need to wrap the <if> in
a sequence?

Any others ideas why this might give a problem?

Thanks,

Maarten Oelering


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to