-
Bug
-
Resolution: Done
-
Major
-
3.0.10.Final, 3.0.11.Final, 3.0.12.Final, 3.0.13.Final, 3.0.14.Final
According to JAXRS specification : "As a general rule, for each JAX-RS component class there can be at most one registration — class-based or instance-based — configured at any given moment. Implementations MUST reject any attempts to configure a new registration for a provider class that has been already registered in the given configurable context earlier. Implementations SHOULD also raise a warning to inform the user about the rejected component registration. "
- causes
-
RESTEASY-1444 ResteasyProviderFactory.getClasses should only return classes of providers to be instanciated not the ones of the singletons
- Closed
- is cloned by
-
JBEAP-4703 JAX-RS component must not be registered more than once on javax.ws.rs.core.Configurable instances
- Closed
- relates to
-
RESTEASY-1981 JAX-RS instance must not be registered more than once on javax.ws.rs.core.Configurable instances
- Resolved