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

Mrinal commented on CAMEL-19263:
--------------------------------

Thanks for the clarification. Closing this ticket.

> 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