Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] AggregateCollectionMapping in dynamic Mapping

Hi, James
Using deferred change policy does not work, either.
I added one line like this :
name.getType().getDescriptor().setObjectChangePolicy(new
DeferredChangeDetectionPolicy());

Modification to collection is still ignored.

I logined a bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=390612


On Thu, Sep 27, 2012 at 8:55 AM, jamesssss <jamesssss@xxxxxxxxx> wrote:
> The issue is that aggregate collections do not support change tracking, but
> dynamic enables this by default.  You need to switch your descriptor to
> using deferred.
>
> Please also log a bug, the change tracking type should not be set to
> attribute change tracking if any mapping does not support it.
>
>
>
>
> --
> View this message in context: http://eclipse.1072660.n5.nabble.com/AggregateCollectionMapping-in-dynamic-Mapping-tp154594p154743.html
> Sent from the EclipseLink - Users mailing list archive at Nabble.com.
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users



-- 
-jiesheng


Back to the top