Hello Matt,
Its been a while since I used Kettle. Been a user since 2006 (Before Pentaho).
Have set up my Jobs/Transformations, etc and am all set, everything works great except the UDJC.
I am unable to do any kind of logging via the UDJC. logBasic() does not output anything. I made sure my logging levels were at a finer granularity that Basic logging.
I did a try/catch and logError() shows up.
What am I doing wrong?
Related but not same:
I believe the issue to be here: Long productId = get(Fields.In, "PRODUCT_ID").getInteger(r);
Is there any way to do a null check before getInteger(r)?
I know you are pretty busy but would appreciate your input.
Best,
Carl.