You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Mrinal (Jira)" <ji...@apache.org> on 2023/04/12 14:17:00 UTC

[jira] [Closed] (CAMEL-19263) oracle-database-source.kamelet doesn't create the correct JDBC connection String

     [ 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)