[seam-issues] [JBoss JIRA] Created: (JBSEAM-4826) EntityQuery does not pick up changes made in other persistence contexts

Stephan Bublava (JIRA) jira-events at lists.jboss.org
Sun Jul 17 04:32:23 EDT 2011


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

        


More information about the seam-issues mailing list