Mark Payne created NIFI-49:
------------------------------
Summary: If Processor's Property's Default Value is not allowed,
the Exception thrown should indicate what the default value is
Key: NIFI-49
URL: https://issues.apache.org/jira/browse/NIFI-49
Project: Apache NiFi
Issue Type: Improvement
Reporter: Mark Payne
Priority: Minor
Currently, we get the following error when the default value is not valid:
...
Cause by: java.lang.IllegalStateException: Default value is not in the set of
allowable values
This should indicate what that Default Value actually is. This is particularly
important if we have a collection of dynamically created Allowable Values and
use the first one as the default, for example.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)