Community
Participate
Working Groups
We need to remove the descriptor customizer support from the EclipseLink persistence.xml editor. We removed other persistence.xml descriptor level support in 2.3. User should instead use annotations to configure the customizer. 1. Remove the 'Descriptor customizers' section from the persistence.xml editor Customization tab. 2. Add the following validation warning to the persistence.xml customizer property: "eclipselink.descriptor.customizer.Foo" is a legacy property. Consider migration to the EclipseLink customizer setting via annotation or XML mapping file.
Completed in 3.0 M3
Verified in Build I-3.3.0-2010111820415 Verified the Descriptor customizers section was removed from the persistence.xml Customization tab. Verified the validation warning appears. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.0_M3