5 Replies Latest reply on Oct 11, 2009 10:42 AM by nickarls

    Clearing convertEntity cache

    nickarls

      What should you do to refresh the convertEntity cache? I have a dropdown hooked up to a EntityQuery and a post-transaction-event that refreshes the query, I see the re-query, I see the changes in the DB and even pick them up in an dataTable over the same data but the dropdown remains unchanged.


      I tried doing an entityManager.clear() and an evict on the entityManager.delegate hibernate session but no go.


      Any suggestions?