Replies: 2 comments
-
/cc @zakkak (native-image) |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I remove the dependency
```
org.kie.kogito
kogito-addons-quarkus-persistence-jdbc
```
seems that the error disappear... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'll trying to use the quarkus native image with oracle instant client 21_05 ( oci driver ).
I'm able to compile and generate the native image but I've exeperiences some runtime issues:
After "googling" I've found a post that suggested me to add
on application.properties.
With this fix the stacktrace now is:
The dependecies that I use is
How can I fix this issue?
Regads
Matteo
Beta Was this translation helpful? Give feedback.
All reactions