Community
Participate
Working Groups
While fixing bug 351975, the validation for an EclispeLink customizer specified in java was broken. If the class is not fully qualified, we no longer get validation that the class does not have a public zero arg constructor or that it does not implement DescriptorCustomizer. The following example should have a validation error and it does not. @Entity @Customizer(FooCustomizer.class) public class Employee {} package com.foo; public class FooCustomizer { private FooCustomizer() { super(); } }
fixed in M6
Verified in Build S-3.4.0-20120319200442 Verified validation appears for java eclipselink customizer. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.2_M6