-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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) #29691
Comments
Can you please attach a sample project that exhibits this behavior? |
Uploaded. just run ** you may notice when the java entity class not use in bpmn, then it will compile as expected. you may try add / remove the variable in bpmn file |
Thanks. This does not look like a Quarkus issue, but a Kogito issue. |
trying the same problems, any news on this? |
no, i think the only solution is create another class for mongodb-panache, which is separated from kogito object |
### Describe the bug
Im trying kogito using quarkus, so far so good, however after install quarkus-mongodb-panache cannot execute quarkus anymore.
i install this library using
quarkus extension add quarkus-mongodb-panache
, then follow guide stated https://quarkus.pro/guides/mongodb-panache.html. after extend classPanacheMongoEntity
it give lot of error msg.Expected behavior
it should compile well
Actual behavior
error compile: cannot find class info in jandex index for short
How to Reproduce?
✬ ArtifactId Extension Name
✬ kogito-addons-quarkus-persistence-mongodb Kogito Add-On Persistence MongoDB
✬ kogito-quarkus Kogito
✬ quarkus-hibernate-validator Hibernate Validator
✬ quarkus-mongodb-panache MongoDB with Panache
✬ quarkus-resteasy-reactive RESTEasy Reactive
✬ quarkus-resteasy-reactive-jackson RESTEasy Reactive Jackson
✬ quarkus-smallrye-openapi SmallRye OpenAPI
✬ quarkus-smallrye-reactive-messaging-kafka SmallRye Reactive Messaging - Kafka Connector
Output of
uname -a
orver
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)
Quarkus version or git rev
2.14.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6
Additional information
No response
The text was updated successfully, but these errors were encountered: