Support multiple class resource matching in JAXRS selection algorithm
---------------------------------------------------------------------
Key: CXF-2439
URL: https://issues.apache.org/jira/browse/CXF-2439
Project: CXF
Issue Type: New Feature
Components: REST
Affects Versions: 2.2.1
Reporter: Kynan Fraser
Fix For: 2.3
The current JAX-RS selection algorithm only selects the first class level
resource match from the candidate list and then proceeds to find operation
level resource match (as I understand it this is per spec so not a bug). It
would be very useful to be able to optionally enable a 'multiple resource
matching' algorithm which iterates over matched candidate class resources and
attempts to match the operation for each one until one is found.
See
http://www.nabble.com/JAXRS%3A-Multiple-service-beans-problem-to23069677.html#a25450994
and psuedo code suggestion -
http://www.nabble.com/-JAX-RS--Multiple-service-beans---single-class-resource-match-td25448148.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.