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

Mrinal closed CAMEL-19263.
--------------------------
    Resolution: Fixed

Refer to https://github.com/apache/camel-kamelets/issues/1443

> 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