OneToMany relationships owned by the many side aren't properly evicted from the
DataCache
-----------------------------------------------------------------------------------------
Key: OPENJPA-1767
URL: https://issues.apache.org/jira/browse/OPENJPA-1767
Project: OpenJPA
Issue Type: Bug
Reporter: Rick Curtis
Priority: Critical
When working on OPENJPA-589 I found that the test
org.apache.openjpa.persistence.spring.TestLibService fails because we have
stale data in the cache. To recreate this failure, set
"openjpa.DataCache","true" in the setup() method.
The net of the problem is that if the non-owning side of the relationship
exists in the datacache and the relationship is updated on the owning side, the
non-owning side doesn't get updated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.