You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have a multi-module
war
file that contains twojar
files: a GraphQL service and a GraphQL client. When injecting theGraphQLClientApi
into the client, deployment fails withWELD-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
The text was updated successfully, but these errors were encountered: