You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2021/11/27 15:50:00 UTC

[jira] [Closed] (CAMEL-17243) camel-dataset: unable to set produceDelay

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

Otavio Rodolfo Piske closed CAMEL-17243.
----------------------------------------
    Resolution: Invalid

Closing as invalid. Apparently that happens if you miss this:

 
{noformat}
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                  <resource>META-INF/services/org/apache/camel/TypeConverterLoader</resource>
                </transformer>{noformat}

> camel-dataset: unable to set produceDelay
> -----------------------------------------
>
>                 Key: CAMEL-17243
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17243
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.11.4, 3.14.0
>            Reporter: Otavio Rodolfo Piske
>            Priority: Major
>         Attachments: dataset.log
>
>
> For some reason the code is failing to set the produceDelay.
>  
> {noformat}
> Exception in thread "main" org.apache.camel.FailedToCreateRouteException: Failed to create route route1: Route(route1)[From[dataset:testSet?produceDelay=0] -> [To[ka... because of Failed to resolve endpoint: dataset://testSet?produceDelay=0 due to: Error binding property (produceDelay=0) with name: produceDelay on bean: dataset://testSet?produceDelay=0 with value: 0{noformat}
>  
> The full log is attached.
>  
> [^dataset.log]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)