You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Brad Harvey (Jira)" <ji...@apache.org> on 2020/06/05 00:11:00 UTC

[jira] [Updated] (CAMEL-15151) Cannot use placeholders on RedeliveryPolicy enums

     [ https://issues.apache.org/jira/browse/CAMEL-15151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brad Harvey updated CAMEL-15151:
--------------------------------
    Description: 
<redeliveryPolicy retryAttemptedLogLevel="{{{{placeholder}}}}"/> does not work due to IllegalArgumentException: no enum constant org.apache.camel.LoggingLevel.{{{{placeholder}}}}.

 

 

  was:
<redeliveryPolicy retryAttemptedLogLevel="{{{{placeholder}}}}"/> does not work due to IllegalArgumentException: no enum constant org.apache.camel.LoggingLevel.{{placeholder}}.

 

 


> Cannot use placeholders on RedeliveryPolicy enums
> -------------------------------------------------
>
>                 Key: CAMEL-15151
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15151
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-base
>    Affects Versions: 3.3.0
>            Reporter: Brad Harvey
>            Priority: Minor
>
> <redeliveryPolicy retryAttemptedLogLevel="{{{{placeholder}}}}"/> does not work due to IllegalArgumentException: no enum constant org.apache.camel.LoggingLevel.{{{{placeholder}}}}.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)