Skip to content

Commit

Permalink
Sql doc update because of the failure with external oracle database #…
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Nov 5, 2021
1 parent 7a5787d commit 3b72a61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/modules/ROOT/pages/reference/extensions/sql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ Or add the coordinates to your existing project:

Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.

== Camel Quarkus limitations

While you can use any of the available database types in JVM mode, Oracle database type negatively affects serialization in native mode.
See quarkus issue https://github.com/quarkusio/quarkus/issues/20396[#https://github.com/quarkusio/quarkus/issues/20396] for more dtails.

https://camel.apache.org/components/next/sql-component.html#_using_the_jdbc_based_aggregation_repository[Aggregation repository] does not work in native mode with Oracle db, because of this issue.


== Additional Camel Quarkus configuration

=== Configuring a DataSource
Expand Down
4 changes: 4 additions & 0 deletions extensions/sql/runtime/src/main/doc/limitations.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
While you can use any of the available database types in JVM mode, Oracle database type negatively affects serialization in native mode.
See quarkus issue https://github.com/quarkusio/quarkus/issues/20396[#https://github.com/quarkusio/quarkus/issues/20396] for more dtails.

https://camel.apache.org/components/next/sql-component.html#_using_the_jdbc_based_aggregation_repository[Aggregation repository] does not work in native mode with Oracle db, because of this issue.

0 comments on commit 3b72a61

Please sign in to comment.