[
https://issues.apache.org/jira/browse/NIFI-5192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474554#comment-16474554
]
ASF GitHub Bot commented on NIFI-5192:
--------------------------------------
Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2699#discussion_r188045964
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateXml.java
---
@@ -72,6 +72,7 @@
.name("Schema File")
.description("The path to the Schema file that is to be used
for validation")
.required(true)
+ .expressionLanguageSupported(true)
--- End diff --
This should use the new `ExpressionLanguageScope` type instead.
> Allow expression language in 'Schema File' property for ValidateXML processor
> ------------------------------------------------------------------------------
>
> Key: NIFI-5192
> URL: https://issues.apache.org/jira/browse/NIFI-5192
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Bartłomiej Tartanus
> Priority: Minor
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> Is there any reason that ValidateXML processor doesn't allow expression
> language in 'Schema File' property? If no it would be useful to allow this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)