WADL Generator ignores @PathParams mapped on class fields
---------------------------------------------------------
Key: CXF-3631
URL: https://issues.apache.org/jira/browse/CXF-3631
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.4.1
Reporter: Raphael Vullriede
I have a request scoped resource via a RequestScopeResourceFactory and
<aop:scoped-proxy /> as described on
http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-Lifecyclemanagement
to be able to inject @PathParams on class fields. This works as expected
however the mapped parameters do not show up in the auto-generated WADL. After
a quick look in the source code of
org.apache.cxf.jaxrs.model.wadl.WADLGenerator it seems it is only looking for
method-level parameters.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira