Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quarkus-mongodb-panache crash kogito bpmn (cannot find class info in jandex index) #1563

Open
kstan79 opened this issue Dec 14, 2022 · 0 comments

Comments

@kstan79
Copy link

kstan79 commented Dec 14, 2022

Describe the bug

I'd added object as model to store kogito's data, and it is working fine for workflow. However, I would like to further store the object into mongodb database using quarkus-mongodb-panache. When the object extend from paneche ith gave error cannot find class info in jandex index. Quarkus team feed back this issue from Kogito, you may refer the original post which provided full sample:
quarkusio/quarkus#29691

Expected behavior

specific object extended mongodbpanche shall allow compile instead error

Actual behavior

compilation failed and cause by (cannot find class info in jandex index)

How to Reproduce?

refer quarkusio/quarkus#29691

Output of uname -a or ver

Darwin kstans-MacBook-Pro.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64 x86_64

Output of java -version

openjdk version "19.0.1" 2022-10-18 OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08) OpenJDK 64-Bit Server VM GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08, mixed mode, sharing)

GraalVM version (if different from Java)

openjdk version "19.0.1" 2022-10-18 OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08) OpenJDK 64-Bit Server VM GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08, mixed mode, sharing)

Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)

2.14.2.Final

Build tool (ie. output of mvnw --version or gradlew --version)

Apache Maven 3.8.6

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant