Managed Persistence contexts used outside a transaction are never cleared
-------------------------------------------------------------------------
Key: ARIES-451
URL: https://issues.apache.org/jira/browse/ARIES-451
Project: Aries
Issue Type: Bug
Components: JPA
Affects Versions: 0.2, 0.1, 0.3
Reporter: Timothy Ward
Fix For: 0.3
If a managed persistence context is used outside of a transaction then that
EntityManager is never cleared or closed and may be resused.
This causes a major problem, as the EntityManager caches data and never expires
it. Old data will be kept, and new updates are ignored.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.