Community
Participate
Working Groups
The MyCustomizer class is in the default package. If you do a refactor->Move to put it in another package you get the attached exception and the eclipselink-orm.xml file is not updated. This would happen with any of our orm.xml class references. <entity class="model.Foo"> <customizer class="MyCustomizer"/> </entity>
Should be an easy fix, probably not likely enough to occur to worry about fixing this in maintenance.
fixed in M7
Verified in Build I-3.4.0-20120402231106 Verified you can move the customizer class from a default package into another package with error and the EL orm mapping file is updated correctly. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.2_M7