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

[jira] [Commented] (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: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)