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:
[email protected]


With regards,
Apache Git Services

Reply via email to