Koji Kawamura created NIFI-6436:
-----------------------------------
Summary: StandardPublicPort throws NullPointerException when it
reports a bulletin event
Key: NIFI-6436
URL: https://issues.apache.org/jira/browse/NIFI-6436
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Koji Kawamura
Assignee: Koji Kawamura
NIFI-2933 changed StandardPublicPort to use the 'processGroup' variable passed
as its constructor argument at the EventReporter.reportEvent() method, but that
variable is null when a public port is instantiated.
EventReporter.reportEvent() should get the current ProcessGroup by calling
getProcessGroup() method each time.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)