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

UnsatisfiedDepenency for typesafe GraphQL client in multi-module war #150

Open
t1 opened this issue Jun 23, 2023 · 0 comments
Open

UnsatisfiedDepenency for typesafe GraphQL client in multi-module war #150

t1 opened this issue Jun 23, 2023 · 0 comments

Comments

@t1
Copy link
Contributor

t1 commented Jun 23, 2023

I have a multi-module war file that contains two jar files: a GraphQL service and a GraphQL client. When injecting the GraphQLClientApi into the client, deployment fails with WELD-001408: Unsatisfied dependencies.

This works just fine when they are separate, flat deployments (as can be seen in the initial commit). Somehow, the CDI Extension from the GraphQL client seems to not get triggered.

Please find a reproducer here: https://github.com/t1/graphql-multi-module-client-demo

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

No branches or pull requests

1 participant