1 Reply Latest reply on May 5, 2010 2:15 AM by ishai

    EntityQuery returns an empty result list if activated from a page over then first

    ishai

      I believe this is a bug in org.jboss.seam.framework.EntityQuery and javax.persistence.Query implementation for Hibernate.


      I have reverse engineered a project out of existing database. In addition, I changed one of the session to set max results to 2 while there are 6 entities in the database. As a result I have page navigation controls on the page.


      This entity list page has a search by name. The search only works when activated from the first page. Activation from pages over then first returns 0 results.


      Is there a step I am missing? Can this be worked around?


      Thank you in advance