-
Bug
-
Resolution: Done
-
Major
-
PLINK_2.7.0.Beta1
-
None
We changed the JWSTokenProvider to be an EJB and this is causing deployment issues in WildFly.
Other beans that are injecting the JWSTokenProvider must be defined as follows:
@Inject
private Token.Provider<JWSToken> tokenProvider;
When deploying in JBoss EAP, everything looks fine. The issue is only in WildFly.