|
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.
|