-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Currently, if you use ResteasyServletInitializer and Resteasy Proxy Framework (or MicroProfile Rest Client) you will get something like:
Caused by: java.lang.RuntimeException: RESTEASY003190: Could not find constructor for class: io.smallrye.restclient.tests.interceptor.HelloClient at org.jboss.resteasy.spi.metadata.ResourceBuilder.constructor(ResourceBuilder.java:713) at org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory.registered(POJOResourceFactory.java:42) at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:211) at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:197) at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:183) at org.jboss.resteasy.core.ResourceMethodRegistry.addResourceFactory(ResourceMethodRegistry.java:160) at org.jboss.resteasy.core.ResourceMethodRegistry.addPerRequestResource(ResourceMethodRegistry.java:79) at org.jboss.resteasy.spi.ResteasyDeployment.registration(ResteasyDeployment.java:445) at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:258)