Re: Problem with property descriptor in InvokeScriptedProcessor

2019-03-21 Thread Elemir Stevko
Hi Denes,

Yes, that was it. I missed the import you mentioned. Thanks a lot for your help 
and also for suggesting setting the logging level to debug!

Best regards,
Elemir

From: Denes Arvay 
Reply-To: "users@nifi.apache.org" 
Date: Thursday, 21 March 2019 at 6:22 pm
To: "users@nifi.apache.org" 
Subject: Re: Problem with property descriptor in InvokeScriptedProcessor

Hi Elemir,

Setting the log level to DEBUG outputs more details, it seems the cause of the 
exception is the following:
javax.script.ScriptException: NameError: global name 'StandardValidators' is 
not defined in 

Re: Problem with property descriptor in InvokeScriptedProcessor

2019-03-21 Thread Denes Arvay
Hi Elemir,

Setting the log level to DEBUG outputs more details, it seems the cause of
the exception is the following:
javax.script.ScriptException: NameError: global name 'StandardValidators'
is not defined in