Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Notice: Please read and handle: cross resource containment?


Hi,

There is a change being made in EMF that will require a change to some of your .ecore files. This change should be made for performance reasons.

Go through you dynamic  .ecore files or any other files that define emf classes and look for all the places you do containment="true" and be sure to add resolveProxies="false"

You can make the change at any time. It will work correctly with the older EMF 2.1 so you can make the change early and be ready when the EMF 2.2 comes out.

You DO NOT need to change any .ecore files that are used for generate of EMF code. EMF will handle these for you. This is only for classes that are dynamically created. An example of this is the VE's org.eclipse.ve.jfc/overrides/java/awt/containerVisuals.ecore.

Thanks,
Rich

Back to the top