Community
Participate
Working Groups
Build Identifier: 1.2.0.v201111160433 Whenever a entity is loaded EMF notifications are triggered. When using Lazy Loading it's not possible to define when it's the entity loaded, hence, not possible to disable and re-enable notifications. So, when loading data into Entities EMF notifcations should not be triggered Reproducible: Always Steps to Reproduce: 1.Define lazy load = true 2.When an entity is loaded 3.Check that EMF notifications are triggered
Hi Jean-Louis, After some more thoughts, an entity which gets loaded normally does not have adapters linked to it yet. But I expect that there is a corner case where the entity has an econtainer/resource or something else already. So to help me to find this corner case can you provide me a bit more information on the model and the attribute settings you are using? gr. Martin
(In reply to comment #1) > Hi Jean-Louis, > After some more thoughts, an entity which gets loaded normally does not have > adapters linked to it yet. But I expect that there is a corner case where the > entity has an econtainer/resource or something else already. > > So to help me to find this corner case can you provide me a bit more > information on the model and the attribute settings you are using? > > gr. Martin Hi Martin! Sorry for this delayed answer, but i was out in vacations. You are right about that, the problem is that we have a huge old datamodel with many observers and for now we can understand why is causing the triggering when a entity is loaded. We have made a workaround for now to on/off observers each time an entity gets loaded but in terms of performance is not very good. We are continuing investigate that and if we found something i post here. Many thanks for your attention Martin
Please re-open if additional information is available. gr. Martin