Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

[Bug] Wrong constructor argument type in FXv0_1_ValidationService #112

Description

@eschrewe

Describe the bug

The FXv_0_1ValidationService currently references a type FXv0_1_DimWalletTokenProviderService, see line 93. This fails, if via config the FXv0_1_IdentityHubTokenProviderService is chosen instead of FXv0_1_DimWalletTokenProviderService.

Correct would be FXv0_1_AbstractTokenProviderService because that's the common super type of both service variants.

To Reproduce

use
org.factoryx.library.validationservice.stsapi=identityhub
in your config

Logs/Screenshots

No response

Possible implementation

See above. Will deliver a PR for this soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions