jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type #33343
-
Hello, I have a basic CDI example with Quarkus 3.0.3.Final that I'm not able to get working. The reproducer is here. Basically, I have a maven multi-module project in which there is an API as below:
a provider as follows:
and a consumer like this:
When I try to build, I get:
I'm using CDI since years, not with Quarkus but with Jakarta EE, and I've never had such an issue. Do I miss something here ? Many thanks in advance. Kind regards, Nicolas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Look for jandex index in https://quarkus.io/guides/cdi-reference That should explain and provide info to set it up. |
Beta Was this translation helpful? Give feedback.
It certainly doesn't help that there is multiple typos in your reproducer. Please make it compile and then we could have a look at what you did.
I fixed: