Community
Participate
Working Groups
Build Identifier: I-3.3.0-20110414020027 Currently, the class of strcut converter is validated against the EclipseLink org.eclipse.persistence.mappings.converters.Converter interface; however, the right interface should be the EclipseLink org.eclipse.persistence.platform.database.converters.StructConverter interface based on the source code for @StructConverter and what works the runtime. The wiki is incorrect about this, but we do give the right class name in the class "EclipseLinkStructConverter". Reproducible: Always
Created attachment 194653 [details] proposed bug fix patch
* Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. This bug results in invalid validation errors on StructConverters * Is there a work-around? If so, why do you believe the work-around is insufficient? No workaround for this error. * How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? Ad-hoc testing done by Les and myself. * Give a brief technical overview. Who has reviewed this fix? I have reviewed the fix. This is a simple addition of validation specific to StructConverters where as before these were being validated as general Converters. * What is the risk associated with this fix? Low risk fix.
Patch committed.
.
Verified in Build I-3.3.0RC2-20110520234832 Verified validation for struct converter appears. To view test steps for verification. http://wiki.eclipse.org/Dali_3.0_RC1