Bug 222471

Summary: WORKBENCH: COLLECTION-TYPE DEFAULTING TO JAVA.UTIL.LIST IN DEPLOYMENT
Product: z_Archived Reporter: Leslie Davis <les.davis>
Component: EclipselinkAssignee: Leslie Davis <les.davis>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: ui
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: Fixed in 1.0M6

Description Leslie Davis CLA 2008-03-12 16:24:26 EDT
When using IBM JDK 1.5 and generating the project xml from the MWP, a List is
configured for the collection-type mapping.
                  
<eclipselink:collection-type>java.util.List</eclipselink:collection-type>

When IBM JDK 1.4 (or SUN 1.5) the same process will configured a Vector for
the
collection-type mapping.
                  
<eclipselink:collection-type>java.util.Vector</eclipselink:collection-type>

Nothing else was changed.
Comment 1 Leslie Davis CLA 2008-04-03 18:52:27 EDT
Changed core class loading logic go search for all container classes rather than just Vector to assure container classes are found regardless of thier jar location.
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:02:26 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink