Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
context.synchronizeContext();
I can't any more find where I came up with this answer but apparently context values are stored in more than one place and tContextDump picks up only those values defined when the job begins so if you set context values dynamically using tJava you need to follow with the following statement so that tContextDump will use the new values: context.synchronizeContext();