Yes, I'm aware of the headache, it's probably just a few line fix,
hopefully it will get fixed as part of ROL-1942. Please be patient (or
use Hibernate in the interim.)
Glen
On 12/19/2013 07:02 AM, Greg Huber wrote:
Glen,
It looks like the crud (add/delete) on the media file child association is
not working again:
MediaFileDirectory directory;
..
this.childFiles.addAll(directory.getMediaFiles());
what technique do we now have to use with eclipselink to successfully flush
these associations?
Cheers Greg.