Michael Moser created NIFI-1031:
-----------------------------------
Summary: Reporting Tasks cause error messages in bootstrap.log
Key: NIFI-1031
URL: https://issues.apache.org/jira/browse/NIFI-1031
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 0.3.0
Reporter: Michael Moser
Assignee: Michael Moser
Priority: Trivial
Fix For: 0.4.0
Add any Reporting Task to NiFi configuration, restart NiFi, when restart is
complete observed the following error In bootstrap.log
ERROR [NiFi logging handler] org.apache.nifi.StdErr [Error] :23:
cvc-complex-type.2.4.a: Invalid content was found starting with element
'scheduledState'. One of '{schedulingState}' is expected.
It appears that
nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardFlowSerializer#addReportingTask()
inserts 'scheduledState' into flow.xml but
nifi-framework-core/src/main/resources/FlowConfiguration.xsd for a
<reportingTask> uses <schedulingState>.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)