Am I looking at a different place? OInvoke has all the variables defined as
final and initializing with collections. Karthick, can you send me the stack
trace?
Thanks,
Sean
On Thu, Nov 13, 2008 at 7:21 PM, Matthieu Riou <[EMAIL PROTECTED]>wrote:
> On Thu, Nov 13, 2008 at 4:52 PM, Karthick Sankarachary <
> [EMAIL PROTECTED]> wrote:
>
>> Hello,
>>
>> When an invoke activity has no correlation set defined in the "join" mode,
>> if fails while trying to iterate over the outboundJoins collection (please
>> see the snippet below taken from INVOKE.setupOutbound())
>>
>> for (OScope.CorrelationSet c : outboundJoins) {
>> // will be ignored if already initialized
>> initializeCorrelation(_scopeFrame.resolve(c),
>> _scopeFrame.resolve(oinvoke.inputVar));
>> }
>>
>> Performing the loop if and only if outboundJoins is not null appears to
>> resolve the problem.
>>
>
> It's probably related to Sean's patch to support joins. Sounds like you're
> right about the fix, I'll let him comment.
>
> Cheers,
> Matthieu
>
>
>>
>> Best Regards,
>> Karthick Sankarachary
>>
>
>