[
https://issues.apache.org/jira/browse/NIFI-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000458#comment-15000458
]
Bryan Bende commented on NIFI-1083:
-----------------------------------
Not sure how this doesn't happen through the unit tests, but when you first
drag RouteText on the graph it will have "original" and "unmatched"
relationships. When you then add a dynamic property and it creates a new
relationship for that property, or if you choose to route to "matched", then
the processor loses the "original" relationship. The processor can then be
started and you send in a FlowFile and it throws an exception saying "original"
has not destination.
Probably just to need to make sure REL_ORIGINAL always gets added to the new
relationship set in onPropertyModified().
> Create Route Individual Lines of Text Processor
> -----------------------------------------------
>
> Key: NIFI-1083
> URL: https://issues.apache.org/jira/browse/NIFI-1083
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Extensions
> Reporter: Joseph Percivall
> Assignee: Joseph Percivall
> Fix For: 0.4.0
>
> Attachments:
> 0001-NIFI-1083-Created-a-processor-that-routes-lines-of-t.patch,
> 0002-NIFI-1083-Added-a-Grouping-Regular-Expression-proper.patch,
> NIFI-1083_change_processor_name.patch
>
>
> Create a processor that will read individual lines of text and route them
> based on routing and matching strategies. See the parent task for a more in
> depth look
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)