EntityQuery does not pick up changes made in other persistence contexts
-----------------------------------------------------------------------
Key: JBSEAM-4826
URL:
https://issues.jboss.org/browse/JBSEAM-4826
Project: Seam 2
Issue Type: Bug
Affects Versions: 2.2.2.Final
Reporter: Stephan Bublava
EntityQuery.refresh() does not call EntityManager.detach() on resultList and singleResult.
It only ensures that the JPA query gets re-executed, but that will return stale data, if
any changes were made in a different persistence context.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira