Description
As part of SYNCOPE-630 the QueryResourceInfoComparator was removed.
This caused troubles to CXF resource selection with method override, which caused in turn troubles to (various things including) paged lists.
In 1.2.2, for example, when asking for the first 10 users (page 1, size 10), the first 25 users are returned instead, because CXF selected the first UserService#list method, ignoring the page and size parameters.
This also impacts console's listing.
Attachments
Issue Links
- is broken by
-
SYNCOPE-630 Eliminate duplicate Syncope WADL methods
- Closed
- is related to
-
SYNCOPE-661 Remove overloaded methods from REST services
- Closed