Skip to content

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

@t1

Description

@t1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions