[ 
https://issues.apache.org/jira/browse/CAMEL-19263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17711403#comment-17711403
 ] 

Claus Ibsen commented on CAMEL-19263:
-------------------------------------

If its related to one of the kamelets, then you should create a ticket in that 
github issue tracker
https://github.com/apache/camel-kamelets

This JIRA is for the general Apache Camel project (core)

> oracle-database-source.kamelet doesn't create the correct JDBC connection 
> String 
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-19263
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19263
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kamelet
>    Affects Versions: 3.20.3
>            Reporter: Mrinal
>            Priority: Major
>
> Current value is 
> {code:java}
> value: 'jdbc:oracle:thin://{{serverName}}:{{serverPort}}/{{databaseName}}' 
> {code}
> Expected value is
> {code:java}
> value: 'jdbc:oracle:thin:@{{serverName}}:{{serverPort}}/{{databaseName}}'
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to