History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NXP-1575
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Georges Racinet
Reporter: Georges Racinet
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Nuxeo Enterprise Platform

Need to make empty provider configurable

Created: 24/09/07 18:52   Updated: 10/06/08 02:10
Component/s: None
Affects Version/s: None
Fix Version/s: 5.2 M1, 5.1.2

Time Tracking:
Original Estimate: 1 hour
Original Estimate - 1 hour
Remaining Estimate: 1 hour
Remaining Estimate - 1 hour
Time Spent: Not Specified
Remaining Estimate - 1 hour

Resolution Date: 28/09/07 17:35
Require Callback: No
Participants: Georges Racinet
Tags:


 Description  « Hide
The results provider cache bean uses a special class (EmptyResultsProvider) to return an empty set of results, e.g, in cases of invalid queries. Some nuxeo based projects use providers with an extended API and their xhtml fragments choke on this class. They should be able to register their own empty results provider class to avoid the curse of shielding all EL expressions beforehand.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Georges Racinet - 24/09/07 19:29
Done in 5.1.
Actually the type to generate might depend on the provider, so I let the provider farm do the job. The interface is kept unchanged in 5.1, but this will be added to it for 5.2

Georges Racinet - 28/09/07 17:35
Merged in trunk