[
https://issues.apache.org/jira/browse/NIFI-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437740#comment-15437740
]
ASF GitHub Bot commented on NIFI-2675:
--------------------------------------
GitHub user olegz opened a pull request:
https://github.com/apache/nifi/pull/951
NIFI-2675 fixed NPE in template generation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/olegz/nifi NIFI-2675
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/951.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #951
----
commit 9e4e68bec679b8a163646dabe2d452e8d126d269
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-08-25T21:41:44Z
NIFI-2675 fixed NPE in template generation
----
> NPE when creating a template where CS is referencing another CS
> ---------------------------------------------------------------
>
> Key: NIFI-2675
> URL: https://issues.apache.org/jira/browse/NIFI-2675
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Fix For: 1.0.0
>
>
> {code}
> java.lang.NullPointerException: null
> at java.util.UUID.fromString(UUID.java:192) ~[na:1.8.0_77]
> at
> org.apache.nifi.web.api.dto.FlowSnippetDTO.removeInstanceIdentifierIfNecessary(FlowSnippetDTO.java:220)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)