I have a simple roo, postgres application.
I generated my finders, they are generated and they appear on the browser.
But not matter what argument I type in the search, I am redirected to the "List All" page and the search always returns me the list of ALL rows in the table. What could 开发者_开发知识库be the problem ?
What version of Roo are you using?
In version 1.1.3 there was a bug where Finders weren't being generated https://jira.springsource.org/browse/ROO-2362
If you upgrade to version 1.1.4, roo will detect your finder annotations and create them properly.
精彩评论