You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/12/04 13:39:33 UTC

[GitHub] [nifi] gardellajuanpablo commented on a change in pull request #3914: NIFI-6917 - fix doc for dynamic properties variables support in JMS C…

gardellajuanpablo commented on a change in pull request #3914: NIFI-6917 - fix doc for dynamic properties variables support in JMS C…
URL: https://github.com/apache/nifi/pull/3914#discussion_r353747934
 
 

 ##########
 File path: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/cf/JMSConnectionFactoryProvider.java
 ##########
 @@ -134,6 +135,7 @@ protected PropertyDescriptor getSupportedDynamicPropertyDescriptor(final String
                         + "' property to be set on the provided ConnectionFactory implementation.")
                 .name(propertyDescriptorName)
                 .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
+                .expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
 
 Review comment:
   That was the missing part :), thanks,

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services