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

Claus Ibsen resolved CAMEL-15499.
---------------------------------
    Resolution: Fixed

> camel-azure-storage-queue: wrong syntax in the component json
> -------------------------------------------------------------
>
>                 Key: CAMEL-15499
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15499
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-azure
>    Affects Versions: 3.4.3, 3.5.0
>            Reporter: Otavio Rodolfo Piske
>            Assignee: Andrea Cosentino
>            Priority: Major
>             Fix For: 3.6.0
>
>
> This is related to the Camel Kafka Connector [issue 
> 409|https://github.com/apache/camel-kafka-connector/issues/409]. Which causes 
> the connector to fail to properly create the URI for the azure-storage-queue 
> connector.
>  
> It seems to me that this is the cause for the wrong URI:
> - 
> [azure-storage-queue.json|https://github.com/apache/camel/blob/master/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json#L17]
>  from master (3.5)
> - 
> [azure-storage-queue.json|https://github.com/apache/camel/blob/camel-3.4.x/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json#L17]
>  from camel-3.4.x
> Since this is fed into the 
> [AbstractCamelCatalog.doAsEndpointUri|https://github.com/apache/camel/blob/camel-3.4.x/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java#L695]
>  which is called - at one point - as part of the 
> [TaskHelper.buildUrl|[https://github.com/apache/camel-kafka-connector/blob/master/core/src/main/java/org/apache/camel/kafkaconnector/utils/TaskHelper.java#L42]|https://github.com/apache/camel-kafka-connector/blob/master/core/src/main/java/org/apache/camel/kafkaconnector/utils/TaskHelper.java#L42]
>  
> I think the format of the syntax in that json file should be 
> {{azure-storage-queue:/accountName/queueName}}.
>  
>  



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

Reply via email to