eclipse-ee4j / krazo

Apache License 2.0
52 stars 19 forks source link

RESTEASY003400: Illegal to inject a non-interface type into a singleton after CXF removal #250

Closed erdlet closed 3 years ago

erdlet commented 3 years ago

After removing the CXF module and some workarounds, the Jenkins job for Wildfly fails because of the injection of a non-interface type into a singleton. This worked before, so it seems that there was some workaround for CXF which is also necessary for WildFly.

erdlet commented 3 years ago

It seems, that the JaxRsContextProducer can't be injected by CDI in RESTEasy also and not, as we assumed before, only in CXF.